Skip to content

Commit a45d383

Browse files
committed
doc(contribute): add npm & q dependencies to setup instructions
1 parent c1a681d commit a45d383

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/content/misc/contribute.ngdoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ Rake website.
8787
development web server. Depending on your system, you can install Node either from source or as a
8888
pre-packaged bundle.
8989

90+
You'll also need npm and the following npm modules:
91+
92+
* install npm: `curl http://npmjs.org/install.sh | sh`
93+
* install q: `npm install q`
94+
* install qq: `npm install qq`
95+
* install q-fs: `npm install q-fs`
96+
97+
98+
9099
* Java: The Java runtime is used to run {@link http://code.google.com/p/js-test-driver
91100
JsTestDriver} (JSTD), which we use to run our unit test suite. JSTD binaries are part of the
92101
`angular` source base, which means there is no need to install or configure it separately.

0 commit comments

Comments
 (0)