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.
npm install util
1 parent e11a86a commit a2ab96eCopy full SHA for a2ab96e
CONTRIBUTING.md
@@ -38,6 +38,7 @@ Our tests use [shoulda.js](https://github.com/philc/shoulda.js) and [PhantomJS](
38
1. `git submodule update --init --recursive` -- this pulls in shoulda.js.
39
1. Install [PhantomJS](http://phantomjs.org/download.html).
40
1. `npm install path` to install the [Node.js Path module](http://nodejs.org/api/path.html), used by the test runner.
41
+ 1. `npm install util` to install the [util module](https://www.npmjs.com/package/util), used by the tests.
42
1. `cake build` to compile `*.coffee` to `*.js`
43
1. `cake test` to run the tests.
44
0 commit comments