bnb-chain / javascript-sdk

Javascript SDK to communicate with BNB Beacon Chain.
Apache License 2.0
382 stars 240 forks source link

Uncaught Error: Cannot find module "." at webpackMissingModule (index.js:26) at Object../node_modules/@binance-chain/javascript- #180

Closed itdream-dev closed 5 years ago

itdream-dev commented 5 years ago

I'm using it on reactjs. But after the installed package and run, an error occurred Uncaught Error: Cannot find module "." at webpackMissingModule (index.js:26) at Object../node_modules/@binance-chain/javascript-sdk/lib/ledger/index.js (index.js:26) at __webpack_require__ (bootstrap c6c9b3f57c8f57b27a7c:678) at fn (bootstrap c6c9b3f57c8f57b27a7c:88) at Object../node_modules/@binance-chain/javascript-sdk/lib/index.js (index.js:21)

notatestuser commented 5 years ago

Sorry about that and thank you for the report. Could you please try again with the latest version 2.14.4?

itdream-dev commented 5 years ago

it's just updated?

notatestuser commented 5 years ago

Yes, published just now with a fix

itdream-dev commented 5 years ago

ok thanks let me try