-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
jshint 2.9.6 node_modules folder uses 220MB disk space #3316
Comments
Merged
Thanks for the report! A fix is on the way: #3319 You can expect a new release within a couple days. |
ProblemIt's downloading PhantomJS which is HUGE (~50mb download). Workaroundsnpm install --no-optional -g jshint Or npm install -g jshint@2.9.5 |
Any updates on this @jugglinmike? |
@jugglinmike any blockers to quickly release 2.9.7? |
Please consider releasing a 2.9.7 version 🙏 |
Waiting :) |
We've released the fix as JSHint 2.9.7. My apologies for the delay. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An empty node project with jshint 2.9.5 uses about 6.8 MB disk space.
The node_modules folder using 2.9.6 (or ^2.9.5) consumes roughly 220 MB.
Is this as expected?
(node.js version seems to have no effect)
The text was updated successfully, but these errors were encountered: