淘寶映象cnpm無法使用問題

Hobo_hua發表於2020-11-03

使用cnpm後,出現游標,但是就是沒反應。。。。。

找不到原因,重灌似乎也不行,找到一個完全過載的方法:

先解除安裝cnpm:npm uninstall -g cnpm --registry=https://registry.npm.taobao.org
註冊一下映象:npm set registry https://registry.npm.taobao.org
解析一下node-gyp模組:npm set disturl https://npm.taobao.org/dist
清理下npm快取:npm cache clean --force
重新安裝:npm install -g cnpm --registry=https://registry.npm.taobao.org

相關文章