npm换源
#阿里源(大部分用这个)
npm config set registry http://registry.npm.taobao.org
#临时使用
npm --registry http://registry.cnpmjs.or
2021-09-06