Level 75
Try to follow these steps
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
https://github.com/JeffreyWay/laravel-mix/issues/1072#issuecomment-319401164
1 like
I installed laravel ui, and try to run npm dev ?
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ development: `mix`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ development script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Try to follow these steps
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
https://github.com/JeffreyWay/laravel-mix/issues/1072#issuecomment-319401164
Please or to participate in this conversation.