When I run "ng -v", I get set of commands instead of Angular CLI logo and the version details.
Asked
Active
Viewed 257 times
1
-
It's `ng v`, not `ng -v`. – JB Nizet Aug 27 '19 at 06:17
-
This Also worked. Thank you – sonam wangmo Aug 27 '19 at 06:33
-
check this out https://stackoverflow.com/a/49292277/415078 – angularrocks.com Sep 04 '19 at 05:34
-
@Kuncevič Thank you – sonam wangmo Sep 04 '19 at 05:49
1 Answers
0
Try This,
I think it is useful for you try this command,
ng --version

Dixit Savaliya
- 413
- 3
- 7
-
Thank you. It worked. But what's the difference between --version and -v? – sonam wangmo Aug 27 '19 at 06:28