-1

I have Mac Apple Silicon. I try to start the CRA app, but it's crashing. But my old projects work successfully. I don't do anything that can crash my system preferences or something else.

MuffinColor
  • 21
  • 1
  • 5

1 Answers1

0

Try using nvm to install LTS version (see https://nodejs.org for more details) and use it to run the CRA:

  • Install nvm
  • restart terminal
  • nvm install --lts
  • `npm start
Sergey Lukin
  • 471
  • 2
  • 17