-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error: Module not found '@ledgerhq/devices/hid-framing' #499
Comments
Edit: Is already addressed to Ledger: LedgerHQ/ledger-live#763 |
Based on LedgerHQ/ledger-live#763 (comment) and subsequent comments it sounds like this is a problem with your build tool. I see you're using |
Getting some other reports of this happening, reopened |
This appears to be an issue with the latest release of the dependencies, see LedgerHQ/ledger-live#763 (comment) Will fix this by pinning the previous version. |
Describe the bug
Compiling React app fails due to Ledger dependencies. A module named '@ledgerhq/devices/hid-framing' is not found.
To Reproduce
Steps to reproduce the behavior:
yarn build
:Expected behavior
The React app should compile without any errors. The Ledger dependency has been moved because,
yarn add @ledgerhq/devices/hid-framing
turn also into an error:Screenshots
Additional context
package.json:
The text was updated successfully, but these errors were encountered: