Missing package.json
bdbch opened this issue · 3 comments
bdbch commented
It looks like the package.json is missing which causes my npm start
to break.
Tested on 6.4
TheOnlyArtz commented
Hey there, try doing npm install
and your problem will automatically be solved ;D
- Have good day!
Mrtenz commented
npm install
won't install anything, because of the missing package.json. You should include the package.json as well.
TheOnlyArtz commented
Oh yea... I've probably got confused with
When package.json is there but not package-lock.json