Skip to content

Instantly share code, notes, and snippets.

@jbutko
Last active January 26, 2021 07:36
Show Gist options
  • Select an option

  • Save jbutko/bb92471b45e6c01be0d2cd73c318b805 to your computer and use it in GitHub Desktop.

Select an option

Save jbutko/bb92471b45e6c01be0d2cd73c318b805 to your computer and use it in GitHub Desktop.
How to update Create react app application

To get available versions:

npm view react-scripts versions --json

npm view react versions --json

npm view react-dom versions --json

and then upgrade:

yarn upgrade react-scripts@4.0.1 react@17.0.1 react-dom@17.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment