问题:npm如何更换源?
方法:
1、查看当前源
npm config get registry
2、更换源
npm config set registry http://registry.npmmirror.com
参考:
https://zhuanlan.zhihu.com/p/166175735
问题:npm如何更换源?
方法:
1、查看当前源
npm config get registry
2、更换源
npm config set registry http://registry.npmmirror.com
参考:
https://zhuanlan.zhihu.com/p/166175735