Reputation: 150
The documentation says " Verify that you are running at least node v4.x.x and npm 3.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors.
Then the link just below it downloads node v4 but npm 2.15.8
Am I missing something or is somebody asleep at the wheel ??
Upvotes: 0
Views: 65
Reputation: 511
if you go here: https://nodejs.org/en/
There are 2 options:
LTS: Current version: v4.4.7 (includes npm 2.15.8)
Current: Current version: v6.3.0 (includes npm 3.10.3)
You most likely downloaded LTS version
Upvotes: 1