I am installing grunt, node, npm, bower, and grunt-cli on windows7.
The instructions say i should run the install commands with -g flag for global.
How can I
You can list all global packages with the command:
npm ls -g
Or check for a specific package with:
npm ls -g [package-name]
For example: npm ls -g @angular/cli
npm ls -g @angular/cli