nutrients-per-calorie icon indicating copy to clipboard operation
nutrients-per-calorie copied to clipboard

npm start issue

Open ufukayyildiz opened this issue 6 years ago • 1 comments

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

ufukayyildiz avatar Oct 19 '19 16:10 ufukayyildiz

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?

ryanatkn avatar Oct 31 '19 16:10 ryanatkn