pocha / terminal-codelearn

Super fast multi user pseudo bash Terminal in Node.js & SockJS
http://pocha.github.io/terminal-codelearn
80 stars 26 forks source link

`npm start` works but `node app.js` fails (& also forever) #6

Closed pocha closed 11 years ago

pocha commented 11 years ago

Error log below

 ubuntu@ip-10-28-92-62 ~/codelearn/nodejs_terminal$ node app.js

 module.js:349
   Module._extensions[extension](this, filename);
                                ^
 Error: /home/ubuntu/codelearn/nodejs_terminal/node_modules/pty.js/build/Release/pty.node: undefined symbol: _ZN2v86String3NewEPKci
     at Module.load (module.js:349:32)
     at Function.Module._load (module.js:305:12)
     at Module.require (module.js:357:17)
     at require (module.js:373:17)
     at Object.<anonymous> (/home/ubuntu/codelearn/nodejs_terminal/node_modules/pty.js/lib/pty.js:9:11)
     at Module._compile (module.js:449:26)
     at Object.Module._extensions..js (module.js:467:10)
     at Module.load (module.js:349:32)
     at Function.Module._load (module.js:305:12)
     at Module.require (module.js:357:17)
dereXeus commented 11 years ago

This issue is caused by using node v0.11. Downgrading to node v0.10 fixes it