美文网首页
vue-cli升级报错问题

vue-cli升级报错问题

作者: 不付好时光 | 来源:发表于2022-05-17 09:39 被阅读0次

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

相关文章

网友评论

      本文标题:vue-cli升级报错问题

      本文链接:https://www.haomeiwen.com/subject/zyggurtx.html