npm设置代理

npm config list  // 列出npm相关配置

npm config set proxy  http://127.0.0.1:8888  // 设置http代理

npm config set https-proxy http://127.0.0.1:8888 // 设置https代理

npm config set registry https://registry.npmjs.org // 设置registry


posted @ 2015-10-20 16:07  mjian  阅读(271)  评论(0编辑  收藏  举报