-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Description
Describe the bug
I'm getting this error in Chrome version 92.0.4515.107 and created by npx create-react-app on http://localhost:3000/.
Did you try recovering your dependencies?
Yes, I deleted node_modules, yarn.lock but couldn't find package-lock.json.
% yarn -v
1.22.10
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
Environment Info:
current version of create-react-app: 4.0.3
running from /Users/erik/.npm/_npx/c67e74de0542c87c/node_modules/create-react-app
System:
OS: macOS 11.4
CPU: (4) x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
Binaries:
Node: 16.2.0 - ~/.nvm/versions/node/v16.2.0/bin/node
Yarn: 1.22.10 - ~/.nvm/versions/node/v16.2.0/bin/yarn
npm: 7.13.0 - ~/.nvm/versions/node/v16.2.0/bin/npm
Browsers:
Chrome: 92.0.4515.107
Edge: Not Found
Firefox: Not Found
Safari: 14.1.1
npmPackages:
react: ^17.0.2 => 17.0.2
react-dom: ^17.0.2 => 17.0.2
react-scripts: 4.0.3 => 4.0.3
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
npx create-react-app- cd into the project and run
yarn start
Expected behavior
Bob's your uncle.
