Describe the bug
I'm not comfortable with all of the critical bugs in the recently released CRA 5.0.0, so want to use the most recent reliable v4 instead, 4.0.3.
Can't use npx create-react-app any more due to following error.
user:~/my-dir$ npx create-react-app@4.0.3 my-new-app
You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).
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 version: 8.1.0
Steps to reproduce
Try creating a new react app using CRA.
npx create-react-app@4.0.3 your-new-app
- Get above error, app not created.
- Try removing global install as per the given instructions with
npm uninstall -g create-react-app
- Has no effect.
Expected behavior
Should create a new CRA app.
Should not care about latest release.
Actual behavior
Error.
Describe the bug
I'm not comfortable with all of the critical bugs in the recently released CRA 5.0.0, so want to use the most recent reliable v4 instead, 4.0.3.
Can't use
npx create-react-appany more due to following error.npm version: 8.1.0
Steps to reproduce
Try creating a new react app using CRA.
npx create-react-app@4.0.3 your-new-appnpm uninstall -g create-react-appExpected behavior
Should create a new CRA app.
Should not care about latest release.
Actual behavior
Error.