1: npm install -g @vue/cli@4.5.12
2: 会报错信息如下
Remove the existing file and try again, or run npm
C:\Users\zfwxzx\AppData\Roaming\npm-cache_logs\2021-07-20T07_31_15_801Z-deb
3: 解决办法
npm clean cache -force
或者删除 npm-cache
或者 直接前往 C:\Users\Administrator\AppData\Roaming\npm\vue找到这个vue文件然后删除,在重新全局安装,就可以了(如果不确定,那就把vue的文件都删除)
4:在重新安装一次
npm install -g @vue/cli@4.5.12
npm i vue@3.2.8 vue-router@4.0.11 vuex@4.0.2
网友评论