Checking version of angular-cli that’s installed?

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* only gives me the version of npm and node respectively, and I can’t seem to find any commands with ng.

I’m trying to run a project that I’m working on, and it ran on an older version of angular-cli using npm. However, after installing other demo projects, my main project doesn’t work anymore without uninstalling and reinstalling angular-cli at the specific version.

14 Answers
14

Leave a Comment