Angular project creation failed because of deprecated circular-json
Run following commands that will clean NPM cache
npm cache clean --force
after this run following command
npm install -g @angular/cli@latest
then you can create angular project.