i am facing a problem with angular 5. I downloaded angular 5 using command "npm install --save-dev @angular/cli@latest"..then when i try to the version of the angular using "ng -v" i receive this message
我正面临角度5的问题。我使用命令“npm install --save-dev @ angular / cli @ latest”下载了角度5 ..然后当我尝试使用“ng -v”的角度版本时我收到这条信息
1 个解决方案
#1
0
I think, if you want to check the version of Angulsr CLI, you’d have to run:
我想,如果你想查看Angulsr CLI的版本,你必须运行:
ng —version
Hope this helps!
希望这可以帮助!
#1
0
I think, if you want to check the version of Angulsr CLI, you’d have to run:
我想,如果你想查看Angulsr CLI的版本,你必须运行:
ng —version
Hope this helps!
希望这可以帮助!