[트러블슈팅] web3.js import 에러
·
IT/블록체인
배경 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 패키지를 설치하면 바로 해결할 수 었었다. https://github.com/web3/web3.js/issues/6371