-
npm默認的源在某些國內主機(如阿里雲)的某些時間段訪問會非常的慢,大家在使用npm源時常常會使用國內的淘寶鏡像源
npm config set registry http://registry.npm.taobao.org/
-
如果切換回默認的源
npm config set registry https://registry.npmjs.org
-
查看當前npm源
npm get registry
參考網址
https://blog.csdn.net/AkitoSilver/article/details/90372230