Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Does --full do anything to avoid clobbering an install that's mid-flight, or is it assumed nothing else is touching node_modules?by vedaant00
- 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.by bakkerinho