stanfieldr / ghetto-skype

Web Skype + Tray Icon + Notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't even install! Please help!

mateocabanal opened this issue · comments

ghetto-skype@ postinstall /home/pi/ghetto-skype
install-app-deps

Options:
--platform [choices: "linux", "darwin", "win32"] [default: "linux"]
--arch [choices: "ia32", "x64", "all"] [default: "arm"]

Invalid values:
Argument: arch, Given: "arm", Choices: "ia32", "x64", "all"

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-win@^2.1.0 (node_modules/7zip-bin/node_modules/7zip-bin-win):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-win@2.1.0: wanted {"os":"win32","arch":"any"} (current: {"os":"linux","arch":"arm"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-mac@^1.0.1 (node_modules/7zip-bin/node_modules/7zip-bin-mac):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-mac@1.0.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
npm ERR! Linux 4.9.30-v7+
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v6.10.3
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! ghetto-skype@ postinstall: install-app-deps
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ghetto-skype@ postinstall script 'install-app-deps'.
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 ghetto-skype package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! install-app-deps
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ghetto-skype
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ghetto-skype
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/pi/ghetto-skype/npm-debug.log

I am on a raspberry pi 3

update your npm by using sudo npm install -g npm and try again

ARM cpu's have some issues with electron so i dont think you can get it to work but give it a try

I updated electron and electron-builder to the latest versions, maybe they have better arm support?