Commit 6ce71a08 authored by Jesús Rodríguez's avatar Jesús Rodríguez Committed by GitHub

chore: update node and npm recommendations (#151)

parent 5c41da2d
...@@ -19,7 +19,7 @@ Node.js and npm are essential to Angular 2 development. ...@@ -19,7 +19,7 @@ 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 at least node `v5.x.x` and npm `3.x.x`** **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. by running `node -v` and `npm -v` in a terminal/console window.
Older versions produce errors. Older versions produce errors.
......
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