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
I tried the most repeated solution: reinstalling nodejs and angular cli, deleting node_modules and running npm i, but it did not work.
npm i
Finally, I tried upgrading angular schematics and it worked for me:
npm i -g @schematics/angular@7 npm i @schematics/angular@7