I am trying to run ng build in my project folder, but I get the following response:
ng build
bash: ng: command not found
Wha
You need to install the Angular CLI globally. Run npm install -g @angular/cli
npm install -g @angular/cli