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.
Asked
Active
Viewed 77 times
-1
-
Log: https://pastebin.com/zP4QLiPp – MuffinColor Feb 07 '21 at 12:08
1 Answers
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