首页
Java
登录
6mi
u
盘
搜
搜 索
Java
安装NPM包速度慢问题
安装NPM包速度慢问题
xiaoxiao
2021-02-28
98
1.npm仓库是国外服务器,经常连接不上或安装慢,这里推荐使用 淘宝 NPM 镜像 来安装,设置镜像
npm config
set
registry https://registry
.npm
.taobao
.org
2.使用定制的 cnpm (gzip 压缩支持) 命令行工具代替默认的 npm
npm install -g cnpm --registry=https://registry
.npm
.taobao
.org
更多内容参考
转载请注明原文地址: https://www.6miu.com/read-51326.html
技术
最新回复
(
0
)