Introduce a "clean" command to remove the node_modules directory from all packages #9709
hichemfantar
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
-
Goals
node_modules
directory from all packages to quickly solve outdatednode_modules
related 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
clean
command is a good examplehttps://github.com/lerna/lerna/tree/main/libs/commands/clean#readme
Beta Was this translation helpful? Give feedback.
All reactions