0

I've tried so many solutions online, but I haven't seen how to resolve the code 127 error Attached is the error: 1

anbochen
  • 1
  • 1
  • See if this helps - https://stackoverflow.com/questions/59188624/template-not-provided-using-create-react-app – VeKri Jul 01 '22 at 21:34

1 Answers1

0

Resolved. Delete your npm-cache folders in AppData/Roaming, especially if you recently updated your Node.js and npm versions. Then you should be able to run npx create-react-app!

anbochen
  • 1
  • 1