Checking version of angular-cli that's installed?

后端 未结 13 639
情书的邮戳
情书的邮戳 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 the package.json file, check the "@angular/core" version. It is an actual project version.

提交回复
热议问题