Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save isabellachen/48feea271ead5e1a6104d3542aeb70c8 to your computer and use it in GitHub Desktop.
Save isabellachen/48feea271ead5e1a6104d3542aeb70c8 to your computer and use it in GitHub Desktop.
Uninstall and reinstall npm packages

Update the version from latest to beta version.

npm uninstall react-simple-maps
npm i -S npm i @types/react-simple-maps

Dont't forget to update types!

npm uninstall @types/react-simple-maps
npm i -S npm i @types/react-simple-maps

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