After following the instructions to install Node and Codebox on our server, I get the following error when trying to launch Codebox:
Use GIT actor for auth: [email protected]
[log][web] disable auth for /static
Error in the application:
Error: Cannot find module '../build/Release/pty.node'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/codebox/node_modules/shux/node_modules/pty.js/lib/pty.js:10:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
Error initializing CodeBox
I decided to installed pty.js with npm to try to fix this and made sure that it exists the the path outputted in the error (/usr/local/lib/node_modules/codebox/node_modules/shux/node_modules/pty.js/lib/) but I still get this error.
Any ideas?
Thanks