報錯:npm install vue-router --save-dev

我的孤單不寂寞發表於2019-11-09

報錯資訊:

新建好的vue專案,可以執行 但是當我要安裝 vue-router的時候報錯

npm ERR! code EACCES npm ERR! syscall access npm ERR! path /Users/thinker/node_modules/_extglob@2.0.4@extglob/node_modules/extend-shallow npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, access '/Users/thinker/node_modules/_extglob@2.0.4@extg

解決方法:

1、刪除node_modules資料夾
2、重新執行 npm install
3、再次執行npm install vue-router --save-dev

至此,大功告成

相關文章