I am trying to create a project (named ngadmin) via the angular cli but it throws errors on this command: ng new ngadmin. The errors are:
ng new ngadmin
i had the same problem today, I started a fresh project and did
npm install -save @angular/cli
and received the error. I just renamed the package.json to .json2 temporarily and it worked.