3

I am using apple MacBook Pro M1. Started react development server with react-scripts start and it hangs their not starting the server at all.

I tried with fresh sample app using create-react-app cli and not working for that.

System config:

  1. Version 11.1
  2. OS macOS Big Sur

Node: 12. React: 16.13.1 React-scripts: 3.4.3

  • while it hangs press `command + c`. then report back with any error that it shows. simply putting it doesn't work is not how questions work here on stack overflow. – Nik Hendricks Mar 01 '21 at 21:47

1 Answers1

0

Check your node version. Perhaps look into nvm with a lower version v15.14.0

yeahdixon
  • 6,647
  • 1
  • 41
  • 43