标签 - npm

npm    2020-10-09 16:18:50    64    0    0


npm 包管理下载地址设置成:淘宝镜像

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

 

查看 registry

npm config get registry