Checking version of angular-cli that's installed?

后端 未结 13 644
情书的邮戳
情书的邮戳 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:07

    In Command line we can check our installed ng version.

    ng -v OR ng --version OR ng version
    

    This will give you like this :

     _                      _                 ____ _     ___
    
       / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
      / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
     / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
    /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                   |___/
    
    Angular CLI: 1.6.5
    Node: 8.0.0
    OS: linux x64
    Angular: 
    ...
    

提交回复
热议问题