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
You can find using CLI ng --version
ng --version
As I am using
angular-cli: 1.0.0-beta.28.3
node: 6.10.1
os: darwin x64