Open4
Perhaps you forgot to install @typechain/ethers-v5?
An unexpected error occurred:
Error: Couldn't find ethers-v5. Tried loading: @typechain/ethers-v5, typechain-target-ethers-v5, /Users/user/dev/contracts/ethers-v5.
Perhaps you forgot to install @typechain/ethers-v5?
npx hardhat compile
したら出てきたエラー。
yarn add @typechain/ethers-v5
単純に追加しても解決しない。
npx hardhat clean
を叩いて、node_modules フォルダも削除してから、
yarn install したら、動いた。
npx hardhat clean
npx hardhat test
// An unexpected error occurred: <-- 返ってきた
// Cannot find module '../typechain' or its corresponding type declarations.
npx hardhat test
// 何も変更せずかつ、時間も空けずにすぐ実行で通る <-- why?
clean でキャッシュまで消した後だと、compile とかにほんの少し時間かかるとかかな?