We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec73ff commit 1107a09Copy full SHA for 1107a09
1 file changed
src/content/tips/npkill-delete-old-node-modules.mdx
@@ -0,0 +1,25 @@
1
+---
2
+tags:
3
+ - tools
4
+ - cli
5
+ - npm
6
+date: 2026-06-23T18:25:00.000Z
7
+slug: npkill-delete-old-node-modules
8
+links:
9
+ - https://x.com/wesbos/status/2069486909974282307
10
+ - https://www.threads.com/@wesbos/post/DZ8D8YHEXhr
11
+ - https://www.linkedin.com/feed/update/urn:li:ugcPost:7475252180384497664/
12
+ - https://www.instagram.com/p/DZ8DRURq2Qz/
13
+ - https://www.tiktok.com/@wesbos/video/7654657431213067536
14
+ - https://www.youtube.com/shorts/jjDNEKFnVw4
15
+ - https://www.facebook.com/reel/1330439841860098
16
+ - https://bsky.app/profile/wesbos.com/post/3moy42saanc2t
17
18
+
19
+I had over 100gb of node_modules on my machine and I'm ALWAYS out of space.
20
21
+Use `npkill` to find and delete older node_modules folders.
22
23
+```sh
24
+npx npkill
25
+```
0 commit comments