Skip to content

Commit a351da8

Browse files
committed
chore(readme): stronger, clearer on node/npm versions
1 parent 104e077 commit a351da8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ Please keep that in mind before posting issues and PRs.
1414
## Prerequisites
1515

1616
Node.js and npm are essential to Angular 2 development.
17-
18-
* We certify specific version — node `v5.x.x` and npm `3.x.x` — for this QuickStart.
19-
Both older and newer versions produce errors.
20-
21-
* We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm.
17+
18+
<a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
19+
Get it now</a> if it's not already installed on your machine.
20+
21+
**Verify that you are running node `v5.x.x` and npm `3.x.x`**
22+
by running `node -v` and `npm -v` in a terminal/console window.
23+
Older and newer versions produce errors.
24+
25+
We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm.
2226

2327
## Create a new project based on the QuickStart
2428

0 commit comments

Comments
 (0)