DEV Community

Anderson Ribeiro
Anderson Ribeiro

Posted on

Deleting node modules folders from projects you are not working

Sometimes you have to use a few tools that you just forget about them. And then you have to search for them all over again.

This is what brought me here today. I will start sharing a few tools that I use not that often but it helps me sometimes.

The first one can be a lifesaver or I should say a space saver.

To run it you just need to go to your folder where your projects are and then run it.

$ npx npkill
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay