查看基本配置
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: esting
pm
ode_global"
npm 缓存路径配置
npm config set prefix "D: esting
pm
pm_cache"
npm config set cwd "D: esting
pm
pm_cwd"