Hello..
I'm trying to use Typechain with Ethers... and I don't know why it doesn't take me the @typechain/ethers-v5 development library...
typechain --target=ethers-v5 --out-dir src/contracts ../RouteMyContract.json
I get this error:
> [email protected] build-contracts-src /home/damian/Documents/work/kargain-nft/API
> typechain --target=ethers-v5 --out-dir src/contracts ../Contract/bin/contracts/Kargain.json
An error occurred: Could not find ethers-v5. An attempt was made to load: @typechain/ethers-v5, typechain-target-ethers-v5, /home/damian/Documents/work/kargain-nft/API/ethers-v5.
Maybe you forgot to install @typechain/ethers-v5?
Something happened to you?
Jun 15, 2021, 10:15 PM