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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-11-27 05:08:44 +0300
committerisaacs <i@izs.me>2010-11-27 05:08:44 +0300
commit5d6fb4bedd5e8b766ed33e4f0f0eb61c3666b6af (patch)
treee416e4b5a8bd0da5c2cbe2ab1d451fbb2133ae96 /README.md
parent3703cee25686e8aaab48bb8692bc05647402886b (diff)
the install script sometimes fails.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83039946b..25c1d1055 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ To install npm, do this:
curl http://npmjs.org/install.sh | sh
+If that fails, try this:
+
+ git clone http://github.com/isaacs/npm.git
+ cd npm
+ make
+
## Permission Errors
If it dies with a "Permission Denied" or EACCESS error, then that probably