Open4

Perhaps you forgot to install @typechain/ethers-v5?

pontagon333pontagon333

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?

pontagon333pontagon333

npx hardhat compile
したら出てきたエラー。

yarn add @typechain/ethers-v5

単純に追加しても解決しない。

pontagon333pontagon333
npx hardhat clean

を叩いて、node_modules フォルダも削除してから、
yarn install したら、動いた。

pontagon333pontagon333
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 とかにほんの少し時間かかるとかかな?