KokoIRC / koko

Yet another IRC client for me and you :koko:
https://github.com/KokoIRC/koko
MIT License
307 stars 27 forks source link

Koko running on Linux #24

Open mQckingbird opened 8 years ago

mQckingbird commented 8 years ago

Hi everyone,

I'm trying to start the app in Ubuntu 16.04, after running npm install


awk@awk:~/Documents/koko-master$ npm start
npm ERR! Linux 4.4.0-22-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2

npm ERR! missing script: start
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:

And the following file (npm-debug.log) would be:

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ]
2 info using npm@3.5.2
3 info using node@v4.2.6
4 verbose stack Error: missing script: start
4 verbose stack     at run (/usr/share/npm/lib/run-script.js:147:19)
4 verbose stack     at /usr/share/npm/lib/run-script.js:57:5
4 verbose stack     at /usr/share/npm/node_modules/read-package-json/read-json.js:345:5
4 verbose stack     at checkBinReferences_ (/usr/share/npm/node_modules/read-package-json/read-json.js:309:45)
4 verbose stack     at final (/usr/share/npm/node_modules/read-package-json/read-json.js:343:3)
4 verbose stack     at then (/usr/share/npm/node_modules/read-package-json/read-json.js:113:5)
4 verbose stack     at /usr/share/npm/node_modules/read-package-json/read-json.js:232:12
4 verbose stack     at /usr/share/npm/node_modules/graceful-fs/graceful-fs.js:76:16
4 verbose stack     at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3)
5 verbose cwd /home/awk/Documents/koko-master
6 error Linux 4.4.0-22-generic
7 error argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
8 error node v4.2.6
9 error npm  v3.5.2
10 error missing script: start
11 error If you need help, you may report this error at:
11 error     <https://github.com/npm/npm/issues>
12 verbose exit [ 1, true ]

And if I run electron command, it throws:

awk@awk:~/Documents$ electron koko-master
Error opening app
The app provided is not a valid Electron app, please read the docs on how to write one:
https://github.com/electron/electron/tree/v0.37.8/docs

Error: Cannot find module './build/browser/app'

Does anyone have a clue how can I get this running on Ubuntu? Thanks.

egladman commented 8 years ago

i'm running it fine on arch linux. run npm install && make run

mQckingbird commented 8 years ago

Running, but not running so good though. I'm sure is just me.. it connects, but to switch between channels, or embed video like the screenshot, or someother features seems to be missing.

0-M commented 7 years ago

is this issue a duplicate of #3?

felipepaes commented 6 years ago

@matikbird I packed a deb_x64 version of koko. It's working fine here. Elementary OS 0.4.1 Loki - based on Ubuntu 16.04 Xenial. I installed it using Eddy. It would be great if you could test it. koko_0.2.1_amd64.deb

screenshot from 2017-07-12 04 34 14

timypcr commented 6 years ago

@fppaess the link to your .deb package is broken, could you share it again and I'll test it on Ubuntu 16.04?