X Tutup
Skip to content

Commit 89bd008

Browse files
committed
docs(DEVELOPER.md): update framework developer instructions
1 parent caafb41 commit 89bd008

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

DEVELOPER.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,16 @@ if you'd like to contribute to Angular.
2323
Before you can build and test Angular, you must install and configure the
2424
following products on your development machine:
2525

26-
* [Dart](https://www.dartlang.org) (version ` >=1.12.0 <2.0.0`), specifically the Dart-SDK and
26+
* [Git](http://git-scm.com) and/or the **GitHub app** (for [Mac](http://mac.github.com) or
27+
[Windows](http://windows.github.com)); [GitHub's Guide to Installing
28+
Git](https://help.github.com/articles/set-up-git) is a good source of information.
29+
30+
* [Node.js](http://nodejs.org), (version `>=5.4.1 <6`) which is used to run a development web server,
31+
run tests, and generate distributable files. We also use Node's Package Manager, `npm`
32+
(version `>=3.5.3 <4.0`), which comes with Node. Depending on your system, you can install Node either from
33+
source or as a pre-packaged bundle.
34+
35+
* *Optional*: [Dart](https://www.dartlang.org) (version ` >=1.13.2 <2.0.0`), specifically the Dart-SDK and
2736
Dartium (a version of [Chromium](http://www.chromium.org) with native support for Dart through
2837
the Dart VM). One of the **simplest** ways to get both is to install the **Dart Editor bundle**,
2938
which includes the editor, SDK and Dartium. See the [Dart tools](https://www.dartlang.org/tools)
@@ -33,19 +42,6 @@ following products on your development machine:
3342
to the `Path` (e.g. `path-to-dart-sdk-folder\bin`) and a new `DARTIUM_BIN` environment variable must be
3443
created, pointing to the executable (e.g. `path-to-dartium-folder\chrome.exe).`
3544

36-
* [Git](http://git-scm.com) and/or the **GitHub app** (for [Mac](http://mac.github.com) or
37-
[Windows](http://windows.github.com)); [GitHub's Guide to Installing
38-
Git](https://help.github.com/articles/set-up-git) is a good source of information.
39-
40-
* [Node.js](http://nodejs.org), (version `>=4.2.1 <5`) which is used to run a development web server,
41-
run tests, and generate distributable files. We also use Node's Package Manager, `npm`
42-
(version `>=2.14.7 <3.0`), which comes with Node. Depending on your system, you can install Node either from
43-
source or as a pre-packaged bundle.
44-
45-
* [Chrome Canary](https://www.google.com/chrome/browser/canary.html), a version of Chrome with
46-
bleeding edge functionality, built especially for developers (and early adopters).
47-
48-
* [Bower](http://bower.io/).
4945

5046

5147
## Getting the Sources

0 commit comments

Comments
 (0)
X Tutup