CodeboxIDE / codebox

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

Installation succeeds, but running fails #514

Open ghost opened 8 years ago

ghost commented 8 years ago

EDIT: system(s):


Running codebox run ~/workspace initiates the package installation, but when that's done I get the following error:

[log][events] event 'packages:add'
[log][package] start run services
[log][rpc] add service project with 2 methods
Error: Cannot find module 'shux'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:289:25)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Object.<anonymous> (/home/conmarap/.codebox/packages/terminal/lib/shells.js:6:12)
    at Module._compile (module.js:425:26)
    at Object.Module._extensions..js (module.js:432:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:313:12)
    at Module.require (module.js:366:17)

While digging deeper I noticed that every dependency of the terminal module was a broken linked file. Even when I tried installing them manually it was impossible to get codebox to work.

AmreeshTyagi commented 8 years ago

I am also facing the same issue. Codebox: v1.0.0-aplha.5 Node: v4.2.6 (LTS) Npm: v2.14.12

TylerJewell commented 8 years ago

It doesn't seem like Codebox is being maintained much. You may want to consider Eclipse Che, which is an open source project working on similar concepts.

ksmanu commented 5 years ago

Though it is really insane trying to contact you guys, but has anyone solved the installation hurdles. Is there any group about it?