Closed sandeepsp2507 closed 4 years ago
I got this issue solved by deleting npm and npm-cache files in C:\Users\admin\AppData\Roaming and by using these commands npm cache clear --force
npm cache verify
update npm to latest version npm i -g npm
npm i -g @angular/cli@latest
ng new HelloWorld
Getting this error while creating the new app(command ng new name).