File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,15 @@ Please keep that in mind before posting issues and PRs.
1414## Prerequisites
1515
1616Node.js and npm are essential to Angular 2 development.
17-
18- * We certify specific version &mdash ; node ` v5.x.x ` and npm ` 3.x.x ` &mdash ; 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
You can’t perform that action at this time.
0 commit comments