npm 加载慢问题解决
问题
- npm 下载慢
- npm 卡住不动
解决方案
全局设置淘宝镜像
1
npm config set registry https://registry.npmmirror.com
使用淘宝镜像安装 Yarn 和 Tyarn
1
npm install -g yarn tyarn --registry=https://registry.npmmirror.com
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 ShameYang's Blog!