eosnewyork / eos-transit

Transit Wallet Access Layer for EOS blockchain networks
MIT License
87 stars 49 forks source link

Can't run the react example #17

Open gaboesquivel opened 5 years ago

gaboesquivel commented 5 years ago

When I try to run the reactjs example it fails.

transit-hw-wallet

It's on the ledger module. node_modules/@ledgerhq/hw-transport-u2f/lib/TransportU2F.js:123

WarrickFitz commented 5 years ago

So I've added a very "hacky" fix to the example that will allow you to run it now.

Instead of running npm install, run "npm run installpkg"

So 1st delete the node_modules folder then run "npm run installpkg"

That'll patch the ledger packages after install. It's a temporary fix, but it'll get you where you need to go for now.