Changes

Jump to navigation Jump to search
10 bytes added ,  09:48, 29 March 2019
m
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>

Navigation menu