Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest grunt-mocha module requires grunt update. #79

Closed
nicovalencia opened this issue Jan 8, 2014 · 2 comments
Closed

Latest grunt-mocha module requires grunt update. #79

nicovalencia opened this issue Jan 8, 2014 · 2 comments
Assignees

Comments

@nicovalencia
Copy link

When running npm install:

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.

nicovalencia added a commit to nicovalencia/showdown that referenced this issue Jan 8, 2014
Closes showdownjs#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
@tivie tivie self-assigned this Jan 5, 2015
@tivie
Copy link
Member

tivie commented Jan 6, 2015

This should be fixed in the new version 0.3.3

@tivie tivie closed this as completed Jan 6, 2015
@nicovalencia
Copy link
Author

ty @tivie

🍉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants