... | ... | @@ -18,4 +18,4 @@ npm config set https-proxy http://<username>:<password>@<proxy-server-url>:<port |
|
|
|
|
|
To undo the setting, modify your .npmrc config file.
|
|
|
|
|
|
For Ubuntu, npm uses the ca-certificates store so make sure that the proxy's ca certificate is installed. |
|
|
\ No newline at end of file |
|
|
For Ubuntu, npm uses the ca-certificates store so make sure that the proxy's ca certificate is installed. If you install from nodesource's repo, you will need to set the ca certificate path via `npm config cacert /etc/ssl/certs/ca-certificates.crt`. |
|
|
\ No newline at end of file |