vue安装关于淘宝镜像安装失败 304 500

运行npm i 报错 304 500等,并且没有下载下来任何包。

报错log

17 http fetch GET 304 https://registry.npm.taobao.org/cross-spawn 443ms (from cache)
18 http fetch GET 304 https://registry.npm.taobao.org/colors 470ms (from cache)
19 http fetch GET 304 https://registry.npm.taobao.org/debug 453ms (from cache)

解决办法

打开用户文件夹

  1. 打开.npmrc,将registry=https://registry.npm.taobao.org删了,只保留下面两行内容。
prefix=D:\Program Files\nodejs\node_global
cache=D:\Program Files\nodejs\node_cache

填写本机安装nodejs目录

  1. 在cmd中安装:
npm i

npm下载包推荐用淘宝镜像,如果实在不能用可以放弃,但下载速度会有点慢。

# html   vue   nodejs   前端   工具  

评论

企鹅群:39438021

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×