I installed latest Angular CLI and was trying to create a new app i am getting the below error. I uninstalled , cleaned cache , cleaned by forcing it , installed , updated
First of, install node.js from here, and follow the steps below.
node.js
To install the Angular CLI:
npm install -g @angular/cli
To create project
ng new my-project //my-project is the name of the project
Change directory to project folder
cd my-project
To run the Angular project
ng serve