报错:npm install vue-router --save-dev

报错信息:

新建好的vue项目,可以运行 但是当我要安装 vue-router的时候报错

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

解决方法:

1、删除node_modules文件夹
2、重新运行 npm install
3、再次执行npm install vue-router --save-dev

至此,大功告成

你可能感兴趣的:(vue,让人心痛的报错)