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 your folder path in cmd where your angular is installed and type ng --version it will show your angular version. Thanks.
ng --version