You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! peerinvalid The package grunt does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer grunt-mocha@0.4.7 wants grunt@~0.4
package.json specifies: "grunt-mocha": "*" which is grabbing v0.4.7. We need to either set an older version of grunt-mocha that's compatible with grunt-0.3.17, or upgrade grunt to 0.4.
The text was updated successfully, but these errors were encountered:
Closesshowdownjs#79
- Changed gruntfile to new naming convention for 0.4.x (Gruntfile.js)
- Upgraded grunt module to version 0.4.2
- Set grunt-mocha dependancy to ~0.4.7
- Added and substituted lint with grunt-contrib-jshint for better coverage
- Updated readme with test and grunt installation information
When running
npm install
:package.json specifies:
"grunt-mocha": "*"
which is grabbing v0.4.7. We need to either set an older version of grunt-mocha that's compatible with grunt-0.3.17, or upgrade grunt to 0.4.The text was updated successfully, but these errors were encountered: