Yarn run error
I'm trying to run the project.
when I run command "yarn"
It is giving me an error in above image. Please let me know how to fix it.
Thanks
same error while install
We are missing schema.graphl at the directory
Have you been able to resolve it?
You can try running "yarn graphql" first.
Follow these steps. use exact same version of node & yarn
node 20.2.0 yarn 3.6.3
- yarn install
- yarn postinstall
- create folder name ( __ generated __ ) folder name start __ and end __ in the dir app/web/src/utils/
- yarn web prepare
- yarn web start 🚀
Yes
Facing same issue. But now I have errors on every script running:
yarnoryarn installyarn postinstallyarn web prepare- repo does not have husky scripts inside web app
yarn web start
And this does not help
https://github.com/Uniswap/interface/issues/7631#issuecomment-1883338748