淘宝镜像源已换成新域名:https://registry.npmmirror.com

设置为淘宝源

​​​​​​​npm config set registry https://registry.npmmirror.com

切换源单次安装

npm install vue --registry=https://registry.npmmirror.com --save

显示当前仓库用的是哪个源

npm config get registry

npm config list也可以查看

如果npm publish报401或403错误,那么需要把源设置成npm官方

npm config set registry https://registry.npmjs.org/

如果安装失败, 可以通过以下命令清除npm缓存:

清理 npm 安装包的缓存

npm cache clean -f

// -f 强制清除

Logo

前往低代码交流专区

更多推荐