For Windows Users - If you want to remove all the node modules installed at once:
- Open powershell
- Go inside node_modules folder (cd node_modules)
- Run this command - "npm uninstall (Get-ChildItem).Name"
It will uninstall all the modules.
For Windows Users - If you want to remove all the node modules installed at once:
It will uninstall all the modules.