Open
Description
Describe the bug
/tmp
▶ npx create-react-app my-app
You are running `create-react-app` 4.0.1, which is behind the latest release (4.0.3).
We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
- npm uninstall -g create-react-app
- yarn global remove create-react-app
The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/
npm ERR! code 1
npm ERR! path /private/tmp
npm ERR! command failed
npm ERR! command sh -c create-react-app my-app
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/peterbe/.npm/_logs/2021-02-23T16_06_05_071Z-debug.log
/tmp
▶ npx --version
7.5.6
If create-react-app
is not meant to work with npx
, then https://create-react-app.dev/docs/getting-started/ is wrong.
Did you try recovering your dependencies?
not applicable
Which terms did you search for in User Guide?
npx
- getting started
Environment
OSX Big Sur
npm 7.5.6
node v15.2.1
Steps to reproduce
cd /tmp/
npx create-react-app my-app
Expected behavior
That it should create a directory called my-app
.
Actual behavior
See error above.
Reproducible demo
Not applicable.