DEV Community

Cory Robinson
Cory Robinson

Posted on

NPM install measure slow deps install time

When you have slow npm install times and you're sure it's not connection related, check which npm packages are the slowest and leading to your slow installs:

npm install -g slow-deps

Then, run: slow-deps in the project directory.

Top comments (1)