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

Installation fails on Ubuntu 18.04 #326

Open cjamthagen opened 4 years ago

cjamthagen commented 4 years ago

On a freshly installed Ubuntu 18.04 with the latest nodejs (v8.10.0) and npm (3.5.2) I downloaded the latest multisigwallet entered the directory and ran npm install. It ran for a while and then ended with the following error messages

npm ERR! Linux 5.0.0-32-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE

npm ERR! node-hid@0.5.4 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the node-hid@0.5.4 install script 'node-pre-gyp install --fallback-to-build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-hid package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-pre-gyp install --fallback-to-build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs node-hid
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls node-hid
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/user/Downloads/MultiSigWallet/dapp/npm-debug.log

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.9
npm ERR! Linux 5.0.0-32-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! multisig-wallet-gnosis@1.6.0 install: `cd dapp && npm install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the multisig-wallet-gnosis@1.6.0 install script 'cd dapp && npm install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the multisig-wallet-gnosis package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     cd dapp && npm install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs multisig-wallet-gnosis
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls multisig-wallet-gnosis
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/user/Downloads/MultiSigWallet/npm-debug.log

Can someone guide in the right direction to make it install properly?