when someone abandons you,it is him that gets loss because he lost someone who truly loves him but you just lost one who doesn’t love you.
每次 npm 安装一些包的时候,那个安装速度的体验真的是差透了,300M 的宽带,只有几十 k 的速度,那就换成国内镜像源吧,记录下
使用淘宝镜像
1 | # 临时使用 |
使用官方镜像
1 | $ npm config set registry https://registry.npmjs.org/ |
查看 npm 源地址
1 | $ npm config get registry |
使用第三方软件快速修改、切换 npm 镜像源
nrm 不仅可以快速切换镜像源,还可以测试自己网络访问不同源的速度
安装
1 | $ npm install -g nrm |
列出当前可用的所有镜像源
1 | $ nrm ls |
选择任一镜像源,如 cnpm
1 | $ nrm use cnpm |
测试访问速度
1 | $ nrm test cnpm |
be slow to promise and quick to perform.