Difference between revisions of "NodeJS"

From RHS Wiki
Jump to navigation Jump to search
m
Tag: visualeditor
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