Commit a351da80 authored by Ward Bell's avatar Ward Bell

chore(readme): stronger, clearer on node/npm versions

parent 104e0774
...@@ -15,10 +15,14 @@ Please keep that in mind before posting issues and PRs. ...@@ -15,10 +15,14 @@ Please keep that in mind before posting issues and PRs.
Node.js and npm are essential to Angular 2 development. Node.js and npm are essential to Angular 2 development.
* We certify specific version &mdash; node `v5.x.x` and npm `3.x.x` &mdash; for this QuickStart. <a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
Both older and newer versions produce errors. Get it now</a> if it's not already installed on your machine.
* We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm. **Verify that you are running node `v5.x.x` and npm `3.x.x`**
by running `node -v` and `npm -v` in a terminal/console window.
Older and newer versions produce errors.
We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm.
## Create a new project based on the QuickStart ## Create a new project based on the QuickStart
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment