react-scripts
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
Configuration and scripts for Create React App.
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
Create React App 5.0.1 is a maintenance release that improves compatibility with React 18. We've also updated our templates to use createRoot
and relaxed our check for older versions of Create React App.
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@5.0.1
or
yarn add --exact react-scripts@5.0.1
react-scripts
create-react-app
react-dev-utils
cra-template-typescript
, cra-template
, react-scripts
createRoot
(@kyletsang)cra-template-typescript
, cra-template
eslint-config-react-app
Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.
Thanks to all the maintainers and contributors who worked so hard on this release! 🙌
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@5.0.0
or
yarn add --exact react-scripts@5.0.0
NOTE: You may need to delete your node_modules folder and reinstall your dependencies by running npm install (or yarn) if you encounter errors after upgrading.
If you previously ejected but now want to upgrade, one common solution is to find the commits where you ejected (and any subsequent commits changing the configuration), revert them, upgrade, and later optionally eject again. It’s also possible that the feature you ejected for is now supported out of the box.
Like any major release, `react-scripts@5.0.0` contains a number of breaking changes. We expect that they won't affect every user, but we recommend you look over this section to see if something is relevant to you. If we missed something, please file a new issue.
Dropped support for Node 10 and 12 Node 10 reached End-of-Life in April 2021 and Node 12 will be End-of-Life in April 2022. Going forward we will only support the latest LTS release of Node.js.
create-react-app
babel-preset-react-app
, cra-template-typescript
, cra-template
, create-react-app
, eslint-config-react-app
, react-app-polyfill
, react-dev-utils
, react-error-overlay
, react-scripts
eslint-config-react-app
, react-error-overlay
, react-scripts
react-scripts
react-scripts
react-scripts
eslint-config-react-app
, react-error-overlay
, react-scripts
create-react-app
react-dev-utils
create-react-app
, react-scripts
serve
has changed (@leo)eslint-config-react-app
react-dev-utils
babel-preset-react-app
, eslint-config-react-app
cra-template
npm ci
(@lukekarrys)create-react-app
babel-plugin-named-asset-import
, babel-preset-react-app
, confusing-browser-globals
, create-react-app
, react-app-polyfill
, react-dev-utils
, react-error-overlay
, react-scripts
react-scripts
babel-plugin-named-asset-import
, confusing-browser-globals
, create-react-app
, eslint-config-react-app
, react-dev-utils
, react-error-overlay
, react-scripts
confusing-browser-globals
, cra-template-typescript
, cra-template
, create-react-app
react-error-overlay
, react-scripts
babel-preset-react-app
, cra-template-typescript
, cra-template
, create-react-app
, eslint-config-react-app
, react-app-polyfill
, react-dev-utils
, react-error-overlay
, react-scripts
react-dev-utils
, react-scripts
react-scripts
babel-plugin-named-asset-import
, confusing-browser-globals
, create-react-app
, react-dev-utils
, react-error-overlay
, react-scripts
eslint-config-react-app
, react-error-overlay
, react-scripts
babel-preset-react-app
, react-dev-utils
, react-error-overlay
, react-scripts
react-dev-utils
Please refer to CHANGELOG-4.x.md for earlier versions.