ethereum-boilerplate icon indicating copy to clipboard operation
ethereum-boilerplate copied to clipboard

Page unresponsive after cloning and running yarn install

Open janvinsha opened this issue 3 years ago • 1 comments

This problem is caused by the react-scripts version, quick fix is adding this "resolutions": { "react-error-overlay": "6.0.9" } to the package.json and running yarn install again Note: all errors/warnings need to be fixed when using this resolution or the app won't run

janvinsha avatar Feb 28 '22 10:02 janvinsha

To avoid errors from prettier, run yarn format before starting the application

janvinsha avatar Feb 28 '22 11:02 janvinsha

Closing since we released V2

Y0moo avatar Aug 26 '22 06:08 Y0moo