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.
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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)