nextjs-wagmi icon indicating copy to clipboard operation
nextjs-wagmi copied to clipboard

Can't resolve ethers/lib/utils

Open pepoospina opened this issue 3 years ago • 3 comments
trafficstars

I'm getting this error from a clean installation.

image

Tried using Node 14 and 17, but I got the same result.

pepoospina avatar May 16 '22 14:05 pepoospina

Thanks for sharing this info! I'll look into this and get a patch out soon 👍

Seth-McKilla avatar May 18 '22 21:05 Seth-McKilla

Hello @pepoospina @Seth-McKilla I'm facing the same issue. did you manage to fix it?

KaladinStormBlessed16 avatar Aug 27 '22 09:08 KaladinStormBlessed16

Hello @pepoospina @Seth-McKilla I'm facing the same issue. did you manage to fix it?

just add

"ethers":"5.7.0"

to dev dependencies

yusufferdogan avatar Aug 28 '22 08:08 yusufferdogan