We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a681d commit a45d383Copy full SHA for a45d383
docs/content/misc/contribute.ngdoc
@@ -87,6 +87,15 @@ Rake website.
87
development web server. Depending on your system, you can install Node either from source or as a
88
pre-packaged bundle.
89
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
99
* Java: The Java runtime is used to run {@link http://code.google.com/p/js-test-driver
100
JsTestDriver} (JSTD), which we use to run our unit test suite. JSTD binaries are part of the
101
`angular` source base, which means there is no need to install or configure it separately.
0 commit comments