일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- chainlink 설명
- ambiguous function description
- 러스트 기초
- Vue
- 스마트컨트렉트 함수이름 중복 호출
- ethers typescript
- Vue.js
- vue기초
- git rebase
- 체인의정석
- 티스토리챌린지
- 오블완
- SBT표준
- 러스트기초
- 컨트렉트 동일한 함수이름 호출
- ethers v6
- 러스트 기초 학습
- ethers
- ethers type
- multicall
- 프록시배포구조
- rust 기초
- 스마트 컨트렉트 함수이름 중복
- ethers websocket
- 머신러닝기초
- 스마트컨트렉트프록시
- 스마트컨트렉트 예약어 함수이름 중복
- 스마트컨트렉트테스트
- nest.js설명
- 컨트렉트 배포 자동화
Archives
- Today
- Total
목록Module '"hardhat"' has no exported member 'ethers' (1)
체인의정석
Module '"hardhat"' has no exported member 'ethers' 에러 해결법
1. tsConfig 살펴보기 tsConfig에서 scripts 경로가 지정되어있는지 확인한다. include 안에 들어가있는지 보면된다. { "compilerOptions": { "target": "ES2017", "module": "commonjs", "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "strict": true, "rootDirs": ["./src", "./scripts", "./test"], "esModuleInterop": true }, "exclude": ["dist", "node_modules"], "include": ["./test", "./src", "./scripts"], ..
블록체인/Ethers & web3
2023. 7. 21. 10:13