I'm trying to install Angular through CLI. Firstly I install node js v12.18.2 and npm version v6.14.5. I'm able to run a command on command prompt to create the angular app but when I'm trying to run the command to create angular app on the VS code terminal it is showing an error:
'ng' is not recognized as an internal or external command, operable program or batch file.

@angular/cli? Also what OS do you use and what terminal (cmd, powershell, etc.)? - kai