badger-cash / badger

Your gateway to the world of Bitcoin Cash (BCH) apps
https://badger.bitcoin.com/
MIT License
63 stars 47 forks source link

Updated node engine to to be compatible with BITBOX SDK requirement. #233

Open modenero opened 4 years ago

modenero commented 4 years ago

When trying to build this from source, I received the following error:

error bitbox-sdk@8.11.2: The engine "node" is incompatible with this module. Expected version ">=10.15.3". Got "8.11.3"
error Found incompatible module.

I've updated the node requirement to ^10.16.0, to match that of Metamask (as of 20.2.21) .. now, yarn completes just fine 😃

I'm receiving other errors during yarn dist .. but I have a feeling they're ENV related, so I'll try to sort them out