Git Bash中npm配置,加速下载等作用

每输入一行,回车,没有任何提示,说明操作成功

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

2.npm config set loglevel http

3. npm config set progress false


Git Bash中npm配置,加速下载等作用_第1张图片

4.npm的配置被存储在  ~/.npmrc,可以随时改

Git Bash中npm配置,加速下载等作用_第2张图片

你可能感兴趣的:(前端,Git,Bash,npm配置)