-
Notifications
You must be signed in to change notification settings - Fork 769
Unable to npm Install project. (node-pre-gyp problem) #290
Comments
The same problem I got. It's still there after trying node v8/v10/v12. How to resolve it? |
@kellbenet @crazyrabbitLTC |
Any updates? Is the MultiSigWallet only usable with node v8? |
hi! the current library used for ledger has a dependency for node-hid that makes it not compatible with newer versions of Node. This is a break change, would make it unusable with older firmwares of ledger and also would mean some refactor of the code base. We are currently not performing major updates of the repo |
Many thanks for your input Denis! I guess this is the node-hid issue you're referring to? It would be nice to put an item in the FAQ section on the front page. Many people switched to node v10. |
I am trying to
npm install
after runninggit clone
on the repository.The installation always fails with:
I've tried a number of
node-pre-gyp
solutions from stack overflow, but when it comes to installing on this package, I can't get it to work.Would anyone have any solutions I could try?
I am running OSX Mavricks
thanks!
The text was updated successfully, but these errors were encountered: