-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Description
Describe the bug
Unable to create app using CRA with Node v15.4. I receive an error stating...
You are running create-react-app 4.0.0, which is behind the latest release (4.0.1).
Did you try recovering your dependencies?
N/A
Which terms did you search for in User Guide?
N/A
Environment
System:
OS: macOS 11.1
CPU: (6) x64 Intel(R) Core(TM) i5-8500B CPU @ 3.00GHz
Binaries:
Node: 15.4.0 - ~/.nvm/versions/node/v15.4.0/bin/node
Yarn: Not Found
npm: 7.0.15 - ~/.nvm/versions/node/v15.4.0/bin/npm
Browsers:
Chrome: 87.0.4280.88
Edge: Not Found
Firefox: 83.0
Safari: 14.0.2
npmPackages:
react: Not Found
react-dom: Not Found
react-scripts: Not Found
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
(Write your steps here:)
npx create-react-app test- Error thrown
Expected behavior
Would expect that the Application process would continue.
Actual behavior
I receive errors stating that I need to uninstall any global installs of create-react-app (which I do not have).
