gnosis / MultiSigWallet

Allows multiple parties to agree on transactions before execution.
https://github.com/gnosis/MultiSigWallet/releases
GNU Lesser General Public License v3.0
1.08k stars 762 forks source link

Fixed README.md with libusb dev headers + correct nodejs version #321

Closed Someguy123 closed 4 years ago

Someguy123 commented 4 years ago

Possibly fixes issue #313 and fixes issue #290

I had issues trying to run npm install on Ubuntu 18.04 Server, and after some trial and error I managed to get it working with the following workarounds:

I've updated the README.md and the readme in dapp/README.md to make these installation requirements clear, and save others having to figure out why it's broken.

Someguy123 commented 4 years ago

Closed this PR as I made a new one with a branch privex-fix-readme (this PR tracks master which would include any other commits we make...)

New PR: https://github.com/gnosis/MultiSigWallet/pull/322