Node.js(二)----安裝Cnpm

---恢復內容開始---npm

1.安裝CNPM

  由於天草的 Great Wall 致使下載速度龜速....因此安裝Cnpm淘寶鏡像spa

2.命令

  2.1 若是版本合適

   設置鏡像地址3d

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

   安裝CNPMcode

npm install cnpm -g

   檢查 CNPMblog

cnpm -v

  2.2 若是版本太高

   以下提示:class

 

   2.2.1 解決方法 將npm 降級 

npm install npm@4.6.1 -g

    從新安裝 cnpmcnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

相關文章
相關標籤/搜索