Checking version of angular-cli that's installed?

后端 未结 13 634
情书的邮戳
情书的邮戳 2020-12-12 11:46

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

相关标签:
13条回答
  • 2020-12-12 12:19

    You can find using CLI ng --version

    As I am using

    angular-cli: 1.0.0-beta.28.3

    node: 6.10.1

    os: darwin x64

    0 讨论(0)
提交回复
热议问题