When I run my Angular project by ng serve, it gives this error:
bash: /usr/bin/ng: No such file or directory
I have
Step 1 - first of all run the below command and check wheather the error resolved if not then follow (STEP 2) .
1:- alias ng="/usr/local/lib/node_modules/@angular/cli/bin/ng"
Step 2 - Just remove and install @angular/cli.
2:- sudo npm remove -g @angular/cli
3:- sudo npm install -g @angular/cli
It resolves the issue.
If you are facing same issue again refer the url.
https://stackoverflow.com/a/47894921/11983640