Show HN: My Next.js .next folders hit 34 GB, so I built next-nuke to clean themgithub.com/RoyBkker 4 pointsbakkerinho1 month ago2 commentsSaveHideCopy link On HNComments−vedaant001moDoes --full do anything to avoid clobbering an install that's mid-flight, or is it assumed nothing else is touching node_modules?−bakkerinhoOP1moNo, 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.
Comments
Does --full do anything to avoid clobbering an install that's mid-flight, or is it assumed nothing else is touching node_modules?
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.