You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '<home>/node_modules/@ledgerhq/hw-app-btc/lib-es/BtcNew' imported from <home>/node_modules/@ledgerhq/hw-app-btc/lib-es/Btc.js
at finalizeResolution (node:internal/modules/esm/resolve:257:11)
at moduleResolve (node:internal/modules/esm/resolve:913:10)
at defaultResolve (node:internal/modules/esm/resolve:1037:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:650:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:599:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:582:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:241:38)
at ModuleJob._link (node:internal/modules/esm/module_job:132:49)
Expected behavior
Expect a simple import to not break the application.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Impacted Library name
@ledgerhq/hw-app-btc
Impacted Library version
10.4.3
Describe the bug
import AppBtc from "@ledgerhq/hw-app-btc"
from the simple example on https://github.com/LedgerHQ/ledgerjs#basic-gist encounters the following error:Expected behavior
Expect a simple import to not break the application.
Additional context
No response
The text was updated successfully, but these errors were encountered: