npm 换源

最近执行npm 拉取一些文件的时候速度过慢,经常失败,于是换成了 淘宝的仓库镜像,如下:

1:npm config set registry https://registry.npm.taobao.org
2:查看是否更换成功:npm config get registry

你可能感兴趣的:(npm 换源)