wallet icon indicating copy to clipboard operation
wallet copied to clipboard

ubuntu(compile failed)

Open SmileAjh opened this issue 8 years ago • 3 comments

npm ERR! Linux 4.4.0-112-generic npm ERR! argv "/home/allen/Documents/node-v6.11.1-linux-x64/bin/node" "/home/allen/Documents/copay/node_modules/.bin/npm" "i" "fs-extra" npm ERR! node v6.11.1 npm ERR! npm v2.15.12 npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.1 npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0 npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4 npm ERR! peerinvalid Peer [email protected] wants grunt@^1.0.1 npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0 npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0

npm ERR! Please include the following file with any support request: npm ERR! /home/allen/Documents/copay/npm-debug.log

npm ERR! Linux 4.4.0-112-generic npm ERR! argv "/home/allen/Documents/node-v6.11.1-linux-x64/bin/node" "/usr/local/bin/npm" "run" "apply:copay" npm ERR! node v6.11.1 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! [email protected] apply:copay: npm i fs-extra && cd app-template && node apply.js copay && npm i && cordova prepare npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] apply:copay script 'npm i fs-extra && cd app-template && node apply.js copay && npm i && cordova prepare'. 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 copay package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm i fs-extra && cd app-template && node apply.js copay && npm i && cordova prepare npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs copay npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls copay npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /home/allen/Documents/copay/npm-debug.log

SmileAjh avatar Feb 02 '18 06:02 SmileAjh

@anxiaohe HI. Have you solved the problem? I am facing the same problem

iganbold avatar Feb 03 '18 09:02 iganbold

I am running with node v8.17.0 and have less of an error but a similar thing

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] apply:copay: npm i fs-extra && cd app-template && node apply.js copay && npm i && cordova prepare npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] apply:copay script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/circuitbreaker/.npm/_logs/2020-04-03T01_30_26_695Z-debug.log

0xcircuitbreaker avatar Apr 03 '20 01:04 0xcircuitbreaker

I eneded up using Node 12.2.0. And sudo apt-get install build-essential helped with the npm install issues

mehrdad-zade avatar Jul 05 '22 20:07 mehrdad-zade