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
When trying to build this from source, I received the following error:
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