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
The top 50 must-have CLI tools, including some scripts to help you automate the installation and updating of these tools on various systems/distros.
Ruben Casas -
ayka.code -
Saurabh Dashora -
Mihir Chhatre -
Once suspended, crobinson42 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, crobinson42 will be able to comment and publish posts again.
Once unpublished, all posts by crobinson42 will become hidden and only accessible to themselves.
If crobinson42 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Cory Robinson.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag crobinson42:
Unflagging crobinson42 will restore default visibility to their posts.
Top comments (1)
You could just
npx slow-deps
, no need to install :D