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
angular-cli
*npm -v* and *node -v
Go to the package.json file, check the "@angular/core" version. It is an actual project version.
package.json
"@angular/core"