2011-04-21 22 views
5

Intentando que AjaxIM trabaje en mi sitio con Node.js. Sin embargo, recibo un error cuando trato de iniciar server.js ¿Alguien sabe lo que estoy haciendo mal y cómo solucionarlo?Node.js - Error al intentar ejecutar server.js

La siguiente salida se produce cuando se ejecuta este archivo:

-bash-3.2# /usr/src/node-v0.4.6/node /home/colleg60/public_html/development/ajaxim/server/server.js 

node.js:134 
     throw e; // process.nextTick error, or 'error' event on first tick 
    ^
Error: Cannot find module 'tcp' 
    at Function._resolveFilename (module.js:320:11) 
    at Function._load (module.js:266:25) 
    at require (module.js:348:19) 
    at Object.<anonymous> (/home/colleg60/public_html/development/ajaxim/server/server.js:32:11) 
    at Module._compile (module.js:404:26) 
    at Object..js (module.js:410:10) 
    at Module.load (module.js:336:31) 
    at Function._load (module.js:297:12) 
    at Array.<anonymous> (module.js:423:10) 
    at EventEmitter._tickCallback (node.js:126:26) 

Respuesta

Cuestiones relacionadas