You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! react@"^17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from @testing-library/[email protected]
npm ERR! node_modules/@testing-library/react
npm ERR! dev @testing-library/react@"^13.4.0" from the root project
Update: I have gotten the command to not error out. For anyone looking to get this up and running for the time being:
the following fails: npx create-react-app drain-safe --template @gnosis.pm/[email protected]
and the following works:
npx create-react-app drain-safe --template @gnosis.pm/[email protected].
Again, I believe there are some broken fonts in this version but the command does not error out.
I am continuously getting the following below error when running
I believe it has to do with the version here https://github.com/safe-global/safe-apps-sdk/blob/master/packages/cra-template-safe-app/template.json#L15.
see testing-library/react-testing-library#1121 (comment) for example.
Any idea what might be going on here? Thanks.
Curious what I may be missing on my end, thanks!
Have attempted to move down to [email protected] and [email protected] to no avail.
Update: I have gotten the command to not error out. For anyone looking to get this up and running for the time being:
the following fails:
npx create-react-app drain-safe --template @gnosis.pm/[email protected]
and the following works:
npx create-react-app drain-safe --template @gnosis.pm/[email protected]
.Again, I believe there are some broken fonts in this version but the command does not error out.
Remove related font code here https://github.com/safe-global/safe-apps-sdk/pull/388/files#diff-68c12a430f865c61eee3d09fe68f486c048af196cf7a2b347f0c5105c94f01c8L1-L2.
npm start
(or yarn)The text was updated successfully, but these errors were encountered: