Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Installation fails on Ubuntu 18.04 #326

Open
cjamthagen opened this issue Nov 12, 2019 · 0 comments
Open

Installation fails on Ubuntu 18.04 #326

cjamthagen opened this issue Nov 12, 2019 · 0 comments

Comments

@cjamthagen
Copy link

cjamthagen commented Nov 12, 2019

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! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] 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: [email protected]
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! [email protected] install: `cd dapp && npm install`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] 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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant