배경
defi-clone-app 강의를 따라 React 애플리케이션을 개발하다가 다음 에러가 발생했다.
Uncaught TypeError: Class extends value undefined is not a constructor or null
솔루션
다행히, web3.js 공식 레포의 이슈에서 솔루션을 찾을 수 있었다. 이유는 알 수 없지만 yarn add events
또는 npm i events
로 events 패키지를 설치하면 바로 해결할 수 었었다.
'IT > 블록체인' 카테고리의 다른 글
[Solidity] Overflow and Underflow in Solidity (0) | 2023.09.23 |
---|---|
[Ethereum] EIP와 ERC (0) | 2023.09.13 |
Truffle Suite (0) | 2023.09.06 |
[Ethereum] ERC-20 (0) | 2023.09.04 |
[Solidity] modifier (0) | 2023.09.04 |