Getting a dependency error #127
-
Im trying to using Viem in a very basic node / typescript application. When running node_modules/.pnpm/[email protected][email protected]/node_modules/viem/dist/chain-819c7ff7.d.ts:3:29 - error TS2307: Cannot find module 'ethers@6/types/providers' or its corresponding type declarations. import { TopicFilter } from 'ethers@6/types/providers'; Found 1 error in node_modules/.pnpm/[email protected][email protected]/node_modules/viem/dist/chain-819c7ff7.d.ts:3 Any ideas what could be causing this? using typescript 4.9.5 and ethers 6.0.8 Thanks for the help yal! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Any chance you could upload a minimal repository reproducing the issue? UPDATE: Fixed in #128. |
Beta Was this translation helpful? Give feedback.
Any chance you could upload a minimal repository reproducing the issue?
UPDATE: Fixed in #128.