Skip to content

Commit

Permalink
docs: note that v2 to v3 migration may require deletion of node_modul…
Browse files Browse the repository at this point in the history
…es (#7302)
  • Loading branch information
kimpers authored and ianschmitz committed Oct 1, 2019
1 parent f36d61a commit 6980616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -413,6 +413,8 @@ or
yarn add --exact react-scripts@3.0.0
```

**NOTE: You may need to delete your `node_modules` folder and reinstall your dependencies by running `yarn` (or `npm install`) if you encounter errors after upgrading.**

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. It’s also possible that the feature you ejected for is now supported out of the box.

## Breaking Changes
Expand Down

0 comments on commit 6980616

Please sign in to comment.