Locate globally installed npm packages in Windows
When you install Node JS through the installer (.msi file), the globally installed packages are typically located in the path
C:\Users\<YourUserName>\AppData\Roaming\npm\node_modules
To locate the exact path of the global node_modules folder, use the command
npm root -g