npm import : class is not found but it is well declared in node_module
I try to use Tatum SDK in deno (https://github.com/tatumio/tatum-js). I pick up the easiest code example https://docs.tatum.io/
I try 2 ways of imports of tatum library but I have different errors in both ways.
1. with npm
don't recognize TatumSDK in import (but in
How can I tell the owner to slighty modify his code in order that TatumSDK is recognize (
2. with esm
Library BigNumber.js has a version for deno !
I try 2 ways of imports of tatum library but I have different errors in both ways.
1. with npm
don't recognize TatumSDK in import (but in
node_modules it is exported in service/tatum).How can I tell the owner to slighty modify his code in order that TatumSDK is recognize (
Ethereum, Network are recognized) ?2. with esm
Library BigNumber.js has a version for deno !
error: Uncaught (in promise) TypeError: R.BigNumber is not a constructor