Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Sync packages through http_proxy

fengmk2 edited this page Mar 9, 2015 · 1 revision

background

The server is behind firewall.How to sync repo through http_proxy?

answer

Add httpProxy to config.js:

{
  // ...
  httpProxy: 'http://proxy.yourcompany.com:8080',
}