Node version: 0.10.30 NPM version: 1.4.21
Vagrant install production dependencies but not dev dependencies. Use this:
nave use 0.10.30
npm i
Do not update npm-shrinkwrap.json by hand
Use this procedure:
npm i foo@~1.2.3 --save
npm run shrinkwrap
make test
If you want verbose logs use:
make test TEST_DEBUG_LEVEL=debug
make test-shrinkwrap-status
make test-sec-deps