summaryrefslogtreecommitdiff
path: root/deps/npm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/README.md')
-rw-r--r--deps/npm/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/README.md b/deps/npm/README.md
index eedf76b6b1..2237414a54 100644
--- a/deps/npm/README.md
+++ b/deps/npm/README.md
@@ -9,9 +9,9 @@ Much more info available via `npm help` once it's installed.
## IMPORTANT
-**You need node v0.10 or higher to run this program.**
+**You need node v4 or higher to run this program.**
-To install an old **and unsupported** version of npm that works on node 0.3
+To install an old **and unsupported** version of npm that works on node v0.12
and prior, clone the git repo and dig through the old tags and branches.
**npm is configured to use npm, Inc.'s public package registry at
@@ -84,7 +84,7 @@ for testing, or running stuff without actually installing npm itself.)
Many improvements for Windows users have been made in npm 3 - you will have a better
experience if you run a recent version of npm. To upgrade, either use [Microsoft's
upgrade tool](https://github.com/felixrieseberg/npm-windows-upgrade),
-[download a new version of Node](http://nodejs.org/download/),
+[download a new version of Node](https://nodejs.org/en/download/),
or follow the Windows upgrade instructions in the
[npm Troubleshooting Guide](https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows).