X Tutup
Skip to content

Commit 74c852b

Browse files
IgorMinarnaomiblack
authored andcommitted
docs(developer.md): update node version in setup instructions
Closes angular#4527
1 parent 349416e commit 74c852b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ following products on your development machine:
3636
[Windows](http://windows.github.com)); [GitHub's Guide to Installing
3737
Git](https://help.github.com/articles/set-up-git) is a good source of information.
3838

39-
* [Node.js](http://nodejs.org), (version `>=0.12.0 <0.13.0`) which is used to run a development web server,
39+
* [Node.js](http://nodejs.org), (version `>=4.1.1 <5`) which is used to run a development web server,
4040
run tests, and generate distributable files. We also use Node's Package Manager, `npm`
41-
(version `>=2.0 <3.0`), which comes with Node. Depending on your system, you can install Node either from
41+
(version `>=2.14.5 <3.0`), which comes with Node. Depending on your system, you can install Node either from
4242
source or as a pre-packaged bundle.
4343

4444
* [Chrome Canary](https://www.google.com/chrome/browser/canary.html), a version of Chrome with

0 commit comments

Comments
 (0)
X Tutup