0%

npm使用国内淘宝镜像的方法

通过命令配置

1
npm config set registry https://registry.npm.taobao.org

查看

1
npm config ls -l