-
Notifications
You must be signed in to change notification settings - Fork 64
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
Move eslint-plugin-node to devDependencies section in package.json #68
Conversation
Thank you! |
After this change, build is breaking for same reason.
|
@kumarrishav try to uninstall
|
I am still getting the same. even after doing rm -rf node_modules |
Well there hasn't been a release yet, as this only a minor change. And this issue shouldn't break anything |
hmm. ok anyway. i have added eslint as devDependency of my app |
got the actual issue. So, there was a version bump in mocha (to 4.0.0) which cause this because of: |
Can this get a release? Mocha pulls this in, so everybody using mocha and not eslint will get a warning from npm/yarn at install |
@SimenB done |
eslint-plugin-node
is a development dependency and should be in adevDependency
section.Right now installing
node-growl
fromnpm
causes the following warning:Related to #64.