ng serve not recognized code example
Example 1: 'ng' is not recognized as an internal or external command, operable program or batch file.
npm install -g @angular/cli
Example 2: ng is not recognized
npm run ng <command>
npm install -g @angular/cli
npm run ng <command>