-
Couldn't load subscription status.
- Fork 495
Description
For inexperienced user like me problems with setting up tests are much more significant than with running actual code. I understand it's not under book author's control: open source apps are constantly experiencing breaking changes. But it leads to frustration and just ignoring tests altogether.
For me trying to run any of these
npm install --save-dev grunt-cafe-mocha
npm install --save-dev grunt-contrib-jshint
npm install --save-dev grunt-exec
Leads to following errors:
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--save-dev" "grunt-exec"
npm ERR! node v4.4.4
npm ERR! npm v2.15.1
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.1
npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0
npm ERR! Please include the following file with any support request:
npm ERR! C:\Developer\WebstormProjects\NodeJs\MeadowlarkTravel\npm-debug.log