Why do I get NG command not found?
Why do I get NG command not found? The last step I took was npm install -g @angular/cli@latest then ng new my-project. Then I get ng: command not found. Guess You are running on Windows (To make @jowey's answe r more straightforward). in System Environment Variables, the picture below shows the arrangement. I had that same problem and just solved it. How to uninstall / upgrade angular CLI using NPM? Using following commands to uninstall : npm uninstall -g @angular/cli npm cache clean --force. To verify: ng --version /* You will get the error message, then u have uninstalled */....