Missing file error
Dear Developers, I'm taking clone of uniswap interface but due to file missing on root--> src/utils/generated. I am facing with error so please give me guid and correct code for interface.
I have the same problem. Is your problem solved?
I am also getting the same error.
Same problem here.
Yes guies. Step 1. Create missing file at location for where it gives error. Step 2. Fir yarn install command in interminal. Step 3. If it give error on some packages then whatch in package.json and install those manually "yarn install <--package name'--> Step 4 - Run yarn web start finally.
I hape this will helpfull for you.
I have the same problem. Is your problem solved?
Seen in my next reply.
Dear Developers, I'm taking clone of uniswap interface but due to file missing on root--> src/utils/generated. I am facing with error so please give me guid and correct code for interface.
Dear Developers, I'm taking clone of uniswap interface but due to file missing on root--> src/utils/generated. I am facing with error so please give me guid and correct code for interface.
Hi, You create this file by yourself at root --> src/utils/ generated/ Then You fire yarn install in cmd. If some packages will not install then install them manuall seeing in packages.json file.
Then run command --> Yarn web start
是的,伙计们。 步骤 1. 在出现错误的位置创建丢失的文件。 步骤2.在终端中执行yarn install命令。 步骤 3. 如果某些包出现错误,则在 package.json 中查找并手动安装这些包**“yarn install <--package name'-->步骤 4 -最后 运行yarn web start 。**
我希望这对你有帮助。 hi, generated file error perfectly resolved~~~~
but!!!!!!
I got an error after starting. yarn web start (⊙︿⊙) Whether web uses APPSFLYER_API_KEY? Error: Module build failed (from ../../node_modules/babel-loader/lib/index.js): SyntaxError: /Users/dengziyang/Desktop/uniswap-20240417/interface/packages/uniswap/src/config.ts: "APPSFLYER_API_KEY" is not defined in ../../.env.defaults 1 | import {
2 | APPSFLYER_API_KEY, | ^^^^^^^^^^^^^^^^^ 3 | APPSFLYER_APP_ID, 4 | FIAT_ON_RAMP_API_URL, 5 | FIREBASE_APP_CHECK_DEBUG_TOKEN,