question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package size seems big

See original GitHub issue

The version of ESLint you are using. 6.8.0

The problem you want to solve. The package install size of eslint weighs 16.3MB: https://packagephobia.now.sh/result?p=eslint

This seems quite a lot and decreasing this would benefit initial install times among other things. Might be some (better) other opportunities to decrease this size.

Your take on the correct solution to problem. Seems mainly because of rxjs adding 17MB (locally for me eslint weighs 39MB) which is used by inquirer. Replacing inquirer with enquirer would shave off about half the the package size.

inquirer: install size enquirer: install size

Added benefit would be improving the start up time (module load time):

enquirer: 4.013ms
inquirer: 286.717ms

Are you willing to submit a pull request to implement this change? Yes.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:11
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
kaicataldocommented, Apr 23, 2020

I’ll champion this.

1reaction
nzakascommented, Apr 30, 2020

He assigned the issue to himself as the team champion to indicate his enthusiastic support, not necessarily to say he will implement it. We would still appreciate you opening a PR for this as our backlog is quite large and otherwise this may sit for a while.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Box Dimensions: How to Determine Your Package Size
With so many different sizes of boxes out there, it can be tricky to figure out exactly what you'll need for your products....
Read more >
When It Comes to Shipping, Size Really Does Matter
In the world of packaging, size definitely matters. ... UPS has gone one step further than FedEx this year with its Large Package...
Read more >
3 Ways Package Dimensions Affect Your Shipping Costs - Sifted
If your package is oversized by its dimension but only 82 pounds, you'll still be charged for 90 pounds of weight plus the...
Read more >
Right-Sizing Your Packaging: Why Do Small Things Come in ...
If your packaging is a poor fit for your products, it costs you at scale. Discover how packaging inventory management helps right-size your...
Read more >
Is it considered a bad thing if an asset store package size is big?
I'm developing a package for asset store. It's a big deal and took me 3 years to complete. The problem is its size...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found