errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.
·
npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/@vue%2fcli failed, reason: connect ETIMEDOUT 104.16.23.35:443
执行npm install -g @vue/cli
出现了如下错误
1.查看npm 镜像设置
npm config get registry
2.将npm设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org
再次使用步骤一的方法查看npm镜像设置,如果显示是淘宝的那就欧克了
3.再次执行
npm install -g @vue/cli
即可。
4.如果还是不成功,请进入你安装node 的目录,查看你的cache和global文件,清除里面所有的东西。如果已经执行了npm cache clean --force
还是没有用,那就进这俩目录去手动清除。
更多推荐
已为社区贡献1条内容
所有评论(0)