CodeboxIDE / codebox

Open source cloud & desktop IDE
https://www.codebox.io
Apache License 2.0
4.11k stars 590 forks source link

fails on fresh debian #507

Closed farfeduc closed 8 years ago

farfeduc commented 8 years ago

Hi !

I tried to install Codebox with the usual "sudo npm -g install codebox"

and I got the following output : Pastebin link

Can someone help me ?

EDIT : I've reinstalled my whole system and for some reason I got through the install.

But now it doesn't start...

here is what I get : http://pastebin.com/gTHDMSPM

farfeduc commented 8 years ago

I solved the issue myself.

Here is how :

install node-gyp : npm install -g node-gyp

go to the ptys.js directory : cd /usr/lib/node_modules/codebox/node_modules/shux/node_modules/pty.js

and run : make clean make