Happening for others as well when attempting to install React or any other framework dependent on eslint.
create-react-app aborting – ESLINT not found
Heres a link to Eslint github: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/61032
A workaround for now is to run ng new app --skip-install
, then add "@types/eslint": "8.4.3"
to your package.json and do npm install
.