Changes

Jump to navigation Jump to search
170 bytes added ,  09:47, 29 March 2019
m
no edit summary
Line 1: Line 1: −
== npm Behind Proxy ==
+
==npm Behind Proxy==
 +
<syntaxhighlight lang="bash">
 +
npm config set http-proxy http://user:pass@proxy.example.com:3128
 +
npm config set https-proxy http://proxy.example.com:3128
 +
</syntaxhighlight>

Navigation menu