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
ERROR in src/pages/Swap/Send/NewAddressSpeedBump.test.tsx:6:30
TS6305: Output file '/Users/user/Desktop/interface/dist/out-tsc/packages/uniswap/src/features/gating/flags.d.ts' has not been built from source file '/Users/user/Desktop/interface/packages/uniswap/src/features/gating/flags.ts'.
`
The text was updated successfully, but these errors were encountered:
I have installed the necessary packages and build the project:
node version 22.0.0
yarn version 3.2.3
yarn install works all configuration steps complete
it didn't before as I had to add
__generated__
folderand didn't work on windows, now I am on mac
I run yarn web start, the web opens but it shows me a lot of import errors (TS6305 Errors)
for example:
`
ERROR in src/pages/Swap/Send/NewAddressSpeedBump.test.tsx:6:30
TS6305: Output file '/Users/user/Desktop/interface/dist/out-tsc/packages/uniswap/src/features/gating/flags.d.ts' has not been built from source file '/Users/user/Desktop/interface/packages/uniswap/src/features/gating/flags.ts'.
`
The text was updated successfully, but these errors were encountered: