npm無響應處理辦法

方法一:使用cnpm

1. 安裝
 `npm install cnpm -g`
 2.設置使用淘寶鏡像源
 `npm install cnpm -g --registry=https://registry.npm.taobao.org`
 3.使用
 cnpm install [name]
須要注意的是cnpm不支持publish命令,用時須要切換回npm
若是你想知道npm安裝node包的安裝進度能夠設置`npm config set loglevel=http`,它會在發起每一次http請求時log。
參考文章(http://www.uedbox.com/npm-install-slow-solution/)
相關文章
相關標籤/搜索