npm-02 修改NPM下载地址(转换地址与下载源)

查看基本配置
npm config list

查看所有配置
npm config list -l

临时生效修改npm下载的地址(国内淘宝镜像地址)
npm --registry https://registry.npm.taobao.org install express

永久生效修改npm下载的地址(国内淘宝镜像地址)
npm config set registry https://registry.npm.taobao.org

npm 安装包路径配置
npm config set cache "D:\testing\npm\node_global"

npm 缓存路径配置
npm config set prefix "D:\testing\npm\npm_cache"

npm config set cwd "D:\testing\npm\npm_cwd"

posted @ 2021-02-20 11:37  tangsong  阅读(420)  评论(0编辑  收藏  举报