npm install install rely too slow / installation fails Solution

Since the original source http://registry.npmjs.org是在墙外所以安装依赖经常中断失败,所以我们直接使用淘宝的镜像源。

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

After replacing the source directly again npm install, you can find obviously a lot faster.

 

Guess you like

Origin www.cnblogs.com/yamiya/p/12453135.html