Is there a way to check the specific version of angular-cli that\'s installed globally on my machine? I\'m in a Windows environment.
*npm -v* and *node -v
You can use npm list -global to list all the component versions currently installed on your system.
For viewing specific lists at different levels use --depth.