You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Can someone guide in the right direction to make it install properly?
The text was updated successfully, but these errors were encountered: