【问题解决】npm ERR! code EEXISTnpm ERR! path D:\Develop\nodejs\node_global\vuenpm ERR!
问题记录及解决
1.首先查看问题报错代码:
npm ERR! code EEXIST
npm ERR! path D:\Develop\nodejs\node_global\vue
npm ERR! EEXIST: file already exists
npm ERR! File exists: D:\Develop\nodejs\node_global\vue
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in:
npm ERR! D:\Develop\nodejs\node_cache_logs\2022-08-25T04_28_59_198Z-debug-0.log
2.翻译:
npm犯错!EEXIST代码
npm犯错!路径D: \开发\ nodejs \ node_global \ vue
npm犯错!文件已经存在
npm犯错!文件存在:D: \ \ nodejs \ node_global \ vue发展
npm犯错!删除现有文件并重试,或者运行npm
npm犯错!使用——force不顾后果地覆盖文件。
npm犯错!完整的运行日志可以在下面找到:
npm犯错!D: \开发\ nodejs \ node_cache \ _logs \ 2022 - 08 - 25 - t04_28_59_198z -调试- 0. -日志
3.问题分析及解决
- 问题原因分析:
vue版本过低
- 解决方案:
强制安装覆盖新版本脚手架
- 解决代码:
npm install -g @vue/cli --force
- 结果演示:
- vue版本展示:
如果你成功做到这一步,恭喜你!
在vue学习又进一步!!!
更多推荐
所有评论(0)