【发布时间】:2022-08-16 17:52:03
【问题描述】:
当我想从hardhat 导入ethers 时,它会抛出我在标题中提到的错误here is a complete version
- error TS2305: Module \'\"hardhat\"\' has no exported member \'ethers\'.
2 import { ethers } from \"hardhat\";
~~~~~~
尽管我在之前的项目中使用相同的方式并且看到每个人都在做同样的事情
标签: reactjs typescript hardhat