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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…