ng: command not found while creating new project using angular-cli October 23, 2022 by Tarik The issue is simple, npm doesn’t know about ng Just run npm link @angular/cli and it should work seamlessly.