web3 타입스크립트 에러 Uncaught TypeError: Class extends value undefined is not a constructor or null
본문 바로가기

블록체인

web3 타입스크립트 에러 Uncaught TypeError: Class extends value undefined is not a constructor or null

타입스크립트에서 에러가나서 화면이 안뜨는 현상이 발생했다.

Uncaught TypeError: Class extends value undefined is not a constructor or null

열심히 구글검색을 해봤다.

1. web3라이브러리가 4버전부터 타입스크립트를 지원하는듯하여 최신버전으로 다시설치한다.

2. events라이브러리를 설치해보자.

npm i events 또는 yarn add events

 

https://github.com/web3/web3.js/issues/6371

 

Uncaught TypeError: Class extends value undefined is not a constructor or null · Issue #6371 · web3/web3.js

Expected behavior Web3 should be run without error in vuejs. Actual behavior it displays Steps to reproduce the behavior Fresh installed Laravel Install Jetstream Install Inertiajs Environment "@in...

github.com

 

반응형