Document how to upgrade react-scripts after creating an app
See original GitHub issueAlso, can we add a version checking that prompts users to upgrade their react-scripts
dependency when there’s a new version? 😃
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:13 (9 by maintainers)
Top Results From Across the Web
How to upgrade a React project built with create-react-app to ...
Run yarn upgrade --latest react-scripts , rebuild your app, and everything should more-or-less work, barring any breaking changes. Share.
Read more >Upgrade Create React App-Based Projects to Version 4 (CRA 4)
react -scripts includes scripts and configuration. By running this command, we upgrade react-scripts from version 3.4.3 to version 4.0.0 smoothly. Here ...
Read more >How to Upgrade to React 18
If removing Strict Mode fixes your app, you can remove it during the upgrade, and then add it back (either at the top...
Read more >How to update your React version | bobbyhadz
To update your React version, install the latest versions of the `react` and `react-dom` packages by running `npm install react@latest react-dom@latest`.
Read more >react-scripts - npm
Configuration and scripts for Create React App.. Latest version: 5.0.1, last published: 9 months ago. Start using react-scripts in your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Imagine if every npm module you installed, also prompted you to upgrade it when there’s a new version. That would be pretty annoying. 😉 For a lot of people, there’s actually no reason to upgrade
react-scripts
- if you’re on an older, more-stable version, and you’re happy with it, then just keep being happy with it. We also might release a breaking change inreact-scripts
at some point and then an automated message that encourages people to update would be counterproductive.You can find the instructions in release notes, as always. https://github.com/facebookincubator/create-react-app/releases/tag/v1.0.0