Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCliffano Subagio <cliffano@gmail.com>2010-07-29 09:09:28 +0400
committerisaacs <i@izs.me>2010-07-30 10:43:02 +0400
commitc42fe61a0d491344c829254b3a1e49e501de93c0 (patch)
tree4dca511b0cea62904de5148d9793fcacb1a3c0ce /man
parent05dcec18be3249df0e158fbf58e06f8e67c64bea (diff)
Add proxy support
Edited slightly by isaacs for style
Diffstat (limited to 'man')
-rw-r--r--man/config.110
1 files changed, 10 insertions, 0 deletions
diff --git a/man/config.1 b/man/config.1
index 183a6e584..69e23f27e 100644
--- a/man/config.1
+++ b/man/config.1
@@ -140,3 +140,13 @@ If you ask npm to install a package and don\'t tell it a specific version, then
.
.P
Note: this has no effect on the npm\-tag(1) command\.
+.
+.SS "proxy"
+If proxy is available, then npm will fetch the modules from the registry via
+the proxy server\.
+.
+.P
+Example:
+.
+.P
+proxy = http://proxy-server:8080