Checking version of angular-cli that's installed?

后端 未结 13 646
情书的邮戳
情书的邮戳 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 11:56

    Go to your folder path in cmd where your angular is installed and type ng --version it will show your angular version. Thanks.

提交回复
热议问题