Open SvenMeyer opened 4 years ago
Same here, didn't do upgrade though, just cloned, npm install and npm start
same here, how to fix this?
seems you need to make sure not to upgrade to latest react-modal, please use in package.json "react-modal": "3.8.1", strict version and don't do yarn upgrade - then should work, at least worked for me!
My solution:
As suggested during build, I ran a yarn upgrade
Can you point to the docs which recommend a yarn upgrade
? We have commited a yarn.lock
to lock the dependencies to this tested version.
npm install
This project uses yarn as mentioned in the README.
"react-modal": "3.8.1",
I'll pin to this specific version to prevent frustrations of those using npm
/yarn upgrade
as Styles
As suggested during build, I ran a
yarn upgrade
. Thereafter I got the error: