1.0.2 • Published 3 years ago

why-npm-i-so-long v1.0.2

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

why-npm-i-so-long

Little utility to ease troubleshooting why installing npm dependencies takes too long.

What is "publish size" vs "install size"?

The "publish size" is the size of the source code published to npm. This number is easy to detect and should be pretty small.

The "install size" is the size your hard drive will report after running npm install. This includes the package, all of the dependencies, and its dependency's dependencies...and so on.

Use without installing

npx why-npm-i-so-long path/to/package.json

Installation

npm install --global why-npm-i-so-long

Usage

See install size of dependencies

why-npm-i-so-long path/to/package.json

See install size of devDependencies

why-npm-i-so-long path/to/package.json --dev

Acknowledgments

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1-security

4 years ago