Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9355aea

Browse files
docs(misc/contribute): specify node version
1 parent cf862b5 commit 9355aea

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/content/misc/contribute.ngdoc

+2-11
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ machine:
2626
* [Git](http://git-scm.com/): The [Github Guide to
2727
Installing Git](https://help.github.com/articles/set-up-git) is a good source of information.
2828

29-
* [Node.js](http://nodejs.org): We use Node to generate the documentation, run a
29+
* [Node.js v4.x](http://nodejs.org): We use Node to generate the documentation, run a
3030
development web server, run tests, and generate distributable files. Depending on your system, you can install Node either from source or as a
31-
pre-packaged bundle.
31+
pre-packaged bundle. (Currently our build does not work properly on Node v5 or greater - please use v4.x.)
3232

3333
* [Java](http://www.java.com): We minify JavaScript using our
3434
[Closure Tools](https://developers.google.com/closure/) jar. Make sure you have Java (version 7 or higher) installed
@@ -40,15 +40,6 @@ and included in your [PATH](http://docs.oracle.com/javase/tutorial/essential/env
4040
npm install -g grunt-cli
4141
```
4242

43-
* [Bower](http://bower.io/): We use Bower to manage client-side packages for the docs. Install the `bower` command-line tool globally with:
44-
45-
```shell
46-
npm install -g bower
47-
```
48-
49-
**Note:** You may need to use sudo (for OSX, *nix, BSD etc) or run your command shell as Administrator (for Windows) to install Grunt &
50-
Bower globally.
51-
5243
## Forking Angular on Github
5344

5445
To create a Github account, follow the instructions [here](https://github.com/signup/free).

0 commit comments

Comments
 (0)