You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
3.3.12
v5.1.1
EDIT:
system(s):
Ubuntu 15.10
x86_64Raspbian
ARMv6Running
codebox run ~/workspace
initiates the package installation, but when that's done I get the following error: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.The text was updated successfully, but these errors were encountered: