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:
authorRobert Kowalski <rok@kowalski.gd>2013-06-07 00:29:52 +0400
committerLuke Arduini <luke.arduini@gmail.com>2013-06-10 05:26:45 +0400
commit97014c84316a36da5dcc9229714d38ff39aff630 (patch)
treef2560ed7d31a60a50a04354afcfc132ba2b50615
parent9a944cf82c8ddec3aa2a43fc339936f2b660c877 (diff)
document that 0.8 is needed for npm
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8b7afca8..6769c91e4 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Much more info available via `npm help` once it's installed.
## IMPORTANT
-**You need node v0.6 or higher to run this program.**
+**You need node v0.8 or higher to run this program.**
To install an old **and unsupported** version of npm that works on node 0.3
and prior, clone the git repo and dig through the old tags and branches.