cutenode/good-first-issue

Can't run npm run markdown

hpez opened this issue · 4 comments

hpez commented

After running npm run markdown I get the following result:
screenshot from 2019-01-15 21-52-14

@hpez thank you for creating the issue. Can you elaborate more on the steps that you followed from the beginning (starting from git clone)?

hpez commented

git clone ...
cd good-first-issue/data/
vim projects.json and added an entry
and npm run markdown

git clone ...
cd good-first-issue/data/
vim projects.json and added an entry
and npm run markdown

Hi @hpez
Please do this after git clone.

  1. cd good-first-issue
  2. npm install

then you can add an entry in data/projects.json, and run npm run markdown.

hpez commented

Thanks that did the trick