An error occured when I tried to create a new Angular project using Git Bash console using ng new command. I created projects earlier and this problem never occured. Here is the
I faced similar problem. It was solved after clearing npm cache.
npm cache clean --force