React編譯失敗npm ERR! Failed at the [email protected] start script.

code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node build/dev-server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2018-08-01T05_56_12_498Z-debug.log







解決辦法:
npm cache clean --force
npm install
npm install [email protected] --ignore-scripts


如果再出現這個:'D:\andex\stofrontend\node_modules\node-sass\vendor

npm rebuild node-sass

然後就解決了

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章