

Going forward we will only support the latest LTS release of Node.js. Node 10 reached End-of-Life in April 2021 and Node 12 will be End-of-Life in April 2022. If we missed something, please file a new issue. 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. Like any major release, contains a number of breaking changes. It’s also possible that the feature you ejected for is now supported out of the box.

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. Npm install -save -save-exact yarn add -exact 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.
