codingphasedotcom / Starter-Kit-2018

MIT License
772 stars 97 forks source link

Watch script error #11

Open Glootie opened 5 years ago

Glootie commented 5 years ago

Running windows 10, tried to command "npm run watch" and received the following error:

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! CodingPhase-StarterKit@1.0.0 watch: gulp npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the CodingPhase-StarterKit@1.0.0 watch script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

phncosta commented 4 years ago

Same ocurred to me... :/ Is it still working nowadays?

arthurbernierjr commented 4 years ago

Still works. Make sure gulp-cli is installed globally, and if you are using nvm or something simmilar make sure gulp-cli is installed on the node version you are currently using. Also look at the error log and see what failed.

arthurbernierjr commented 4 years ago

Also try this one https://github.com/codingphasedotcom/Dev-Starter-Kit