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
After installing "@web3-onboard/ledger": "^2.1.7" and importing get the following error:
ERROR in ./node_modules/@ledgerhq/hw-transport-webusb/lib-es/TransportWebUSB.js
Module not found: Error: Can't resolve '@ledgerhq/devices/hid-framing' in 'C:\Code\zerocodenft\mint\node_modules@ledgerhq\hw-transport-webusb\lib-es'
Expected Behavior
Ledger integration works as intended
Steps To Reproduce
npm i @web3-onboard/ledger
import it somewhere
build & run the app
What package is effected by this issue?
@web3-onboard/ledger
Is this a build or a runtime issue?
Runtime
Package Version
2.5.0
Node Version
16.15
What browsers are you seeing the problem on?
Chrome
Relevant log output
ERROR in ./node_modules/@ledgerhq/hw-transport-webusb/lib-es/TransportWebUSB.js
Module not found: Error: Can't resolve '@ledgerhq/devices/hid-framing' in 'C:\Code\zerocodenft\mint\node_modules\@ledgerhq\hw-transport-webusb\lib-es'
Anything else?
No response
Sanity Check
If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.
The text was updated successfully, but these errors were encountered:
@ihorbond this looks like an internal Ledger issue that can be found here
We will keep an eye on it and update with any changes around this issue.
Thanks for reporting it!
Current Behavior
After installing "@web3-onboard/ledger": "^2.1.7" and importing get the following error:
ERROR in ./node_modules/@ledgerhq/hw-transport-webusb/lib-es/TransportWebUSB.js
Module not found: Error: Can't resolve '@ledgerhq/devices/hid-framing' in 'C:\Code\zerocodenft\mint\node_modules@ledgerhq\hw-transport-webusb\lib-es'
Expected Behavior
Ledger integration works as intended
Steps To Reproduce
npm i @web3-onboard/ledger
import it somewhere
build & run the app
What package is effected by this issue?
@web3-onboard/ledger
Is this a build or a runtime issue?
Runtime
Package Version
2.5.0
Node Version
16.15
What browsers are you seeing the problem on?
Chrome
Relevant log output
Anything else?
No response
Sanity Check
The text was updated successfully, but these errors were encountered: