Skip to content

Commit 6980616

Browse files
kimpersianschmitz
authored andcommitted
docs: note that v2 to v3 migration may require deletion of node_modules (#7302)
1 parent f36d61a commit 6980616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ or
413413
yarn add --exact react-scripts@3.0.0
414414
```
415415

416+
**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.**
417+
416418
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.
417419

418420
## Breaking Changes

0 commit comments

Comments
 (0)