-
Notifications
You must be signed in to change notification settings - Fork 44
Description
I just installed @unisat/wallet-utils node module into my node.js backend but got the error like following.
TypeError: basex is not a function
at Object. (C:\Home\development\RuneX\6-9\RUNE-SWAP-BE\node_modules.pnpm\bs58@4.0.1\node_modules\bs58\index.js:4:18)
at Module. (node:internal/modules/cjs/loader:1734:14)
at Module.compile (C:\Home\development\RuneX\6-9\RUNE-SWAP-BE\node_modules.pnpm\source-map-support@0.5.21\node_modules\source-map-support\source-map-support.js:568:25)
at node:internal/modules/cjs/loader:1899:10
at Object.nodeDevHook [as .js] (C:\Home\development\RuneX\6-9\RUNE-SWAP-BE\node_modules.pnpm\ts-node-dev@2.0.0@types+node@20.17.19_typescript@5.7.3\node_modules\ts-node-dev\lib\hook.js:63:13)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Module.require (node:internal/modules/cjs/loader:1491:12)
How should I fox this issues?