Skip to content

Instantly share code, notes, and snippets.

@ravipudi
Last active April 29, 2019 06:53
Show Gist options
  • Save ravipudi/43938eb37ecb0d567686f0947c84260d to your computer and use it in GitHub Desktop.
Save ravipudi/43938eb37ecb0d567686f0947c84260d to your computer and use it in GitHub Desktop.
webdev notes

upgrading create-react-app

Uninstall previous version installed with npm install -g create-react-app, and simply use npx create-react-app [whatever you want to do with it]

upgrade an application created with create-react-app

Run yarn upgrade --latest react-scripts, rebuild your app, and everything should more-or-less work, barring any breaking changes.

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