We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great adding a script to remove node_modules across the entire workspace. For example:
{ "scripts": { "clean:node_modules": "rimraf node_modules && pnpm -r exec rimraf node_modules" } }
The text was updated successfully, but these errors were encountered:
Is there a specific use case or reason for needing this script?
Sorry, something went wrong.
Maybe if you want to bump some packages or change sth with it.
For more confidence it's good to remove all node_modules and then start new build.
I'm doing it often :)
Jonghakseo
Successfully merging a pull request may close this issue.
It would be great adding a script to remove node_modules across the entire workspace. For example:
The text was updated successfully, but these errors were encountered: