Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer node 4.x, npm 2.x in development
At the moment, our test suite won't run properly under npm 3.x, so let's specify our requirement in the package.json. Once npm 3.x goes "final" we'll make sure that we support both. In the meantime, this will prevent developers running the tests from seeing spurious failures like the ones reported here when using npm 3: #396 Tested by installing npm 3, then running `npm install`, and seeing the expected error from the `check-dev-engines.js` script: AssertionError: Current npm version is not supported for development, expected "3.0.0" to satisfy "2.x".
- Loading branch information