I just downloaded and installed the latest version of node.js, which is version 22.0 for Windows10.
When I run the npx create-react-app my-test-app
I get the error message, “Aborting installation.
npm install –save –save-exact –loglevel error react react-dom react-scripts has failed.
Deleting generated file… package.json
Deleting my-test-app / from C:UsersMarkDocumentschapter-0
Done.”
npx creates the file, but then it gets deleted from the folder.
Any suggestions?