Commit a53d48f2 authored by Foxandxss's avatar Foxandxss Committed by Ward Bell

chore: allow node 6 to be used

closes #118
parent 7aa2f845
...@@ -18,9 +18,9 @@ Node.js and npm are essential to Angular 2 development. ...@@ -18,9 +18,9 @@ Node.js and npm are essential to Angular 2 development.
<a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm"> <a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
Get it now</a> if it's not already installed on your machine. Get it now</a> if it's not already installed on your machine.
**Verify that you are running node `v5.x.x` and npm `3.x.x`** **Verify that you are running at least node `v5.x.x` and npm `3.x.x`**
by running `node -v` and `npm -v` in a terminal/console window. by running `node -v` and `npm -v` in a terminal/console window.
Older and newer versions produce errors. Older versions produce errors.
We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm. We recommend [nvm](https://github.com/creationix/nvm) for managing multiple versions of node and npm.
......
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