nutrients-per-calorie
nutrients-per-calorie copied to clipboard
npm start issue
hello,
thanks for this great job.
iş have issue about installation.
when i run npm start i get below error npm ERR! missing script: start
thanks
Hi, thanks, I'm glad you like it!
I'm unable to reproduce your problem, and there is a start script in the package.json. Are you running npm start from within the correct directory? I'm not sure what else could cause that error.
I saw a problem where Gulp 3 is incompatible with Node v12, but downgrading to v10 works, and the error message doesn't say the script is missing. I just added an "engines" field to the package.json to address that.
If you can't figure it out, maybe try Node v10?