This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 467
npm install 0x.js delivers a broken 0x.js (node) #1214
Comments
Looks like there has been some recent changes to the ledger library see LedgerHQ/ledgerjs#228.
If you do not require every package (and dependencies) brought in via 0x.js you can import the individual packages and use those. E.g
It's nice to have a top level package which includes the most used utils (0x.js) but can result in some unexpected dependencies (and errors when they change). |
We're going to lock the version down to the previous release which kept the babel runtime. Then figure out the best course of action moving forward. |
👍 Great, that was my workaround as well. |
5 tasks
Published 0x.js 2.0.1. Thanks for making us aware of the issue @yonilevy.
|
This was referenced Jun 20, 2023
This was referenced Nov 30, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
This should not throw an exception:
Current Behavior
Possible Solution
This seems like a
@ledgerhq/hw-transport-u2f
assumption on babel being present...Environment
Tested on 0x.js versions 2.0.0, 1.0.8
Node v8.11.3
npm 6.4.1
MacOs 10.14.1
The text was updated successfully, but these errors were encountered: