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

jshint 2.9.6 node_modules folder uses 220MB disk space #3316

Closed
xhronos opened this issue Aug 1, 2018 · 7 comments
Closed

jshint 2.9.6 node_modules folder uses 220MB disk space #3316

xhronos opened this issue Aug 1, 2018 · 7 comments

Comments

@xhronos
Copy link

xhronos commented Aug 1, 2018

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)

@jugglinmike
Copy link
Member

Thanks for the report! A fix is on the way: #3319

You can expect a new release within a couple days.

@coolaj86
Copy link
Contributor

coolaj86 commented Aug 16, 2018

Problem

It's downloading PhantomJS which is HUGE (~50mb download).

Workarounds

npm install --no-optional -g jshint

Or

npm install -g jshint@2.9.5

@eaviles
Copy link

eaviles commented Aug 27, 2018

Any updates on this @jugglinmike?

@vorg
Copy link

vorg commented Oct 3, 2018

@jugglinmike any blockers to quickly release 2.9.7?

@oskbor
Copy link

oskbor commented Nov 20, 2018

Please consider releasing a 2.9.7 version 🙏

@alasdairhurst
Copy link

Waiting :)

@jugglinmike
Copy link
Member

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
Projects
None yet
Development

No branches or pull requests

8 participants
@coolaj86 @vorg @eaviles @jugglinmike @oskbor @xhronos @alasdairhurst and others