laravel npm run dev 错误 npm run dev error [npm ERR! code ELIFECYCLE]

出现此问题是node_modules出现错误,需要执行:

1 rm -rf node_modules
2 rm package-lock.json
3 npm cache clear --force
4 npm install
posted @ 2019-07-27 18:40  星空天宇  阅读(493)  评论(0编辑  收藏  举报