npm socks5代理、换源方法&&electron安装包时问题

  1. 调出配置文件(下面的所有操作都是直接更改配置文件内容)
npm config edit 
  1. 找个地方新加
proxy=socks5://127.0.0.1:10808

前提得有代理(可以私聊),要是没有可以更换镜像源

  1. 换源
//registry=https://registry.npmjs.org/
//registry=https://registry.npm.taobao.org
registry=http://r.cnpmjs.org/
  1. electron安装包时问题
ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/

你可能感兴趣的:(node)