Hacker News
new
top
best
ask
show
job
Show HN: My Next.js .next folders hit 34 GB, so I built next-nuke to clean them
(
github.com
)
3 points
by
bakkerinho
4 hours ago
3 comments
vedaant00
4 hours ago
Does --full do anything to avoid clobbering an install that's mid-flight, or is it assumed nothing else is touching node_modules?
bakkerinho
4 hours ago
No, it assumes nothing else is touching node_modules. No lock, no check for a running install; the only gate is the confirmation prompt, and --yes removes that.
bakkerinho
4 hours ago
[flagged]
4 hours ago
undefined