Contents:
在 我的vim配置 安装 YouCompleteMe 插件时,会发现 Go 和 Node.js 使用的模块仓库都被GFW屏蔽了。所以,不仅需要 配置Go程序代理服务器 ,也需要配置NPM代理服务器
YouCompleteMe
我采用 alias 方式配置 npm 使用代理服务器:
alias
npm
npm config set proxy http://127.0.0.1:3128
Is there a way to make npm install (the command) to work behind proxy?