Last active
June 5, 2020 12:23
-
-
Save berserker1/5f7b46e5774e5c1e7603e5baad96d090 to your computer and use it in GitHub Desktop.
Signal Desktop yarn error log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn install v1.22.4 | |
[1/6] Validating package.json... | |
[2/6] Resolving packages... | |
[3/6] Fetching packages... | |
info [email protected]: The platform "linux" is incompatible with this module. | |
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
[4/6] Linking dependencies... | |
warning " > [email protected]" has unmet peer dependency "prop-types@^15.0.0". | |
warning " > [email protected]" has unmet peer dependency "prop-types@^15.5.7". | |
warning " > [email protected]" has incorrect peer dependency "grunt@~0.4.5". | |
warning "react-styleguidist > [email protected]" has incorrect peer dependency "webpack@^2.2.0 || ^3.0.0". | |
warning "react-styleguidist > webpack-dev-server > [email protected]" has incorrect peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0". | |
[5/6] Building fresh packages... | |
[6/6] Cleaning modules... | |
$ snyk protect && patch-package && electron-builder install-app-deps && rimraf node_modules/dtrace-provider | |
-Successfully applied Snyk patches | |
patch-package 6.1.2 | |
Applying patches... | |
[email protected] ✔ | |
[email protected] ✔ | |
[email protected] ✔ | |
[email protected] ✔ | |
• electron-builder version=22.3.6 | |
• loaded configuration file=package.json ("build" field) | |
• rebuilding native dependencies dependencies=@journeyapps/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] | |
platform=linux | |
arch=x64 | |
• install prebuilt binary name=sharp version=0.23.0 platform=linux arch=x64 | |
• build native dependency from sources name=sharp | |
version=0.23.0 | |
platform=linux | |
arch=x64 | |
reason=prebuild-install failed with error (run with env DEBUG=electron-builder to get more information) | |
error=/home/aaryan/Signal-Desktop/node_modules/node-abi/index.js:30 | |
throw new Error('Could not detect abi for version ' + target + ' and runtime ' + runtime + '. Updating "node-abi" might help solve this issue if it is a new release of ' + runtime) | |
^ | |
Error: Could not detect abi for version 8.2.5 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron | |
at getAbi (/home/aaryan/Signal-Desktop/node_modules/node-abi/index.js:30:9) | |
at module.exports (/home/aaryan/Signal-Desktop/node_modules/prebuild-install/rc.js:73:57) | |
at Object.<anonymous> (/home/aaryan/Signal-Desktop/node_modules/prebuild-install/bin.js:9:25) | |
at Module._compile (internal/modules/cjs/loader.js:956:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10) | |
at Module.load (internal/modules/cjs/loader.js:812:32) | |
at Function.Module._load (internal/modules/cjs/loader.js:724:14) | |
at Function.Module.runMain (internal/modules/cjs/loader.js:1025:10) | |
at internal/main/run_main_module.js:17:11 | |
• rebuilding native dependency name=curve25519-n version=1.5.0 | |
• rebuilding native dependency name=@journeyapps/sqlcipher version=4.0.0 | |
• rebuilding native dependency name=dtrace-provider version=0.8.7 | |
• rebuilding native dependency name=ffi-napi version=2.4.5 | |
• rebuilding native dependency name=fs-xattr version=0.3.0 | |
• rebuilding native dependency name=ref-napi version=1.4.3 | |
• rebuilding native dependency name=sharp version=0.23.0 | |
• rebuilding native dependency name=websocket version=1.0.28 | |
• rebuilding native dependency name=ref-napi version=1.4.2 | |
Done in 746.65s. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment