- npm install -g npm
複製代碼
- 全局下載淘寶cnmp:npm i cnpm -g
- 全局安裝nrm:npm i nrm -g
- 查看已存在的鏡像網站地址: nrm ls
- 切換爲淘寶鏡像源: nrm user taobao
複製代碼
- npm cache clean --forc
複製代碼
注意:若是不成功可執行安裝
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm