You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aren't this and #209 essentially duplicates? It all starts with a definition, and the definition can be worded as the RFC? Which can then have two parallel implementation paths - cleaning as part of npm prune (already works for dev deps, so only needs to be extended for files) and not installing as npm install in the first place (but presumably only when run as --production)?
Sure, the setting to prune the deps to prod-only deps should not be the same setting to prune the files to prod-only files, but I believe this can still be implemented as a flag for both - prune and install.
We've learnt that mistake with npm-shrinkwrap and package-lock controlled by the same setting...
No description provided.
The text was updated successfully, but these errors were encountered: