Uniswap / interface

🦄 Open source interfaces for the Uniswap protocol
https://app.uniswap.org
GNU General Public License v3.0
4.96k stars 5.02k forks source link

Yarn run error #7380

Open surrenderoz opened 1 year ago

surrenderoz commented 1 year ago

Screenshot 2023-09-27 at 2 51 01 PM

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

scibux-labs commented 1 year ago

same error while install

BustAces commented 1 year ago

We are missing schema.graphl at the directory

TheBlockchainBeast commented 1 year ago

Have you been able to resolve it?

1ethbuypunk commented 1 year ago

You can try running "yarn graphql" first.

TheBlockchainBeast commented 1 year ago
Screenshot 2023-10-31 at 12 00 17 PM
usman724 commented 9 months ago

Follow these steps. use exact same version of node & yarn

node 20.2.0 yarn 3.6.3

  1. yarn install
  2. yarn postinstall
  3. create folder name ( generated ) folder name start and end in the dir app/web/src/utils/
  4. yarn web prepare
  5. yarn web start 🚀
sutaiyi commented 6 months ago

Yes

m-kolomoyets commented 5 months ago

Facing same issue. But now I have errors on every script running:

m-kolomoyets commented 5 months ago

And this does not help

https://github.com/Uniswap/interface/issues/7631#issuecomment-1883338748