I\'m trying to run the React server by running npm start
npm start
When I do this I get a missing script error:
λ npm start npm ERR! missing scrip
global installs of create-react-app are no longer supported.
do it:
npm uninstall -g create-react-app
now do it:
npm install create-react-app
now create your app
npx create-react-app yout-app-name