For Windows Usersusers - Ifif you want to remove all the nodeNode.js modules installed at once:
- Open powershella PowerShell window
- Go inside node_modulesthe node_modules folder (cd node_modules
cd node_modules) - Run this command - "npm uninstall (Get-ChildItem).Name"
It will uninstall all the modules.