Introduce a "clean" command to remove the node_modules directory from all packages #9709
clicktodev
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Would you also want this to remove |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
node_modulesdirectory from all packages to quickly solve outdatednode_modulesrelated bugsNon-goals
Background
I'd like to avoid writing my own cross platform custom scripts for this and I don't want to rely on more third party deps for this.
Proposal
The lerna
cleancommand is a good examplehttps://github.com/lerna/lerna/tree/main/libs/commands/clean#readme
Beta Was this translation helpful? Give feedback.
All reactions