Difference between revisions of "NodeJS"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) m Tag: visualeditor |
Rafahsolis (talk | contribs) Tag: visualeditor |
||
| Line 2: | Line 2: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
npm config set http-proxy http://user:pass@proxy.example.com:3128 | npm config set http-proxy http://user:pass@proxy.example.com:3128 | ||
| − | npm config set https-proxy http://proxy.example.com:3128 | + | npm config set https-proxy http://user:pass@proxy.example.com:3128 |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 09:48, 29 March 2019
npm Behind Proxy
npm config set http-proxy http://user:pass@proxy.example.com:3128
npm config set https-proxy http://user:pass@proxy.example.com:3128