安装vue-cli报错 -4058 的解决方法
程序员文章站
2022-07-06 20:31:48
本人在安装vue脚手架时报这样的错,我访问了漫山遍野还是没找到答案,有人叫我用cnpm安装,但是cnpm安装的vue有好多坑在里面:
npm warn check...
本人在安装vue脚手架时报这样的错,我访问了漫山遍野还是没找到答案,有人叫我用cnpm安装,但是cnpm安装的vue有好多坑在里面:
npm warn checkpermissions missing write access to c:\users\liuyg\appdata\roaming\npm\node_modules\vue-cli\node_modules\cliui\node_modules\wordwrap npm err! path c:\users\liuyg\appdata\roaming\npm\node_modules\vue-cli\node_modules\cliui\node_modules\wordwrap npm err! code enoent npm err! errno -4058 npm err! syscall access npm err! enoent enoent: no such file or directory, access 'c:\users\liuyg\appdata\roaming\npm\node_modules\vue-cli\node_modules\cliui\node_modules\wordwrap' npm err! enoent this is related to npm not being able to find a file. npm err! enoent npm err! a complete log of this run can be found in: npm err! c:\users\liuyg\appdata\roaming\npm-cache\_logs\2017-10-18t14_34_23_721z-debug.log
于是我在继续翻贴发红包,终于找到解决方案了,貌似是网络代理问题。
换一个npm安装源就好了,具体方法如下:
1.通过config命令
npm config set registry https://registry.npm.taobao.org
npm info underscore (如果上面配置正确这个命令会有字符串response)
2.命令行指定
npm --registry https://registry.npm.taobao.org info underscore
然后再安装就好了
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
上一篇: Vue.js2.0中的变化小结
下一篇: 我与月亮有一个约会--月亮趣图
推荐阅读
-
Vmware 7.1.x安装时出现的"already installed"错误解决方法
-
json解析时遇到英文双引号报错的解决方法
-
mysql5.7.18安装时mysql服务启动失败的解决方法
-
Pycharm下载pyinstaller报错:You should consider upgrading via the 'python -m pip install --upgrade pip' command的解决方法
-
Win8.1下安装Python3.6提示0x80240017错误的解决方法
-
Android Studio启动报错Java 1.8 or later is required的解决方法
-
Win2008 R2安装.NET Framework 4的windows6.1-KB958488-V6001-x64出现灾难性故障解决方法
-
IIS FTP部分文件上传报错451的原因及解决方法
-
浅谈VUE-CLI脚手架热更新太慢的原因和解决方法
-
eclipse导入jquery包后报错的解决方法