3 points | by bakkerinho 5 hours ago ago
4 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.
[flagged]
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.
[flagged]