¿Cómo instalar TermKit en Mac? [cerrado]

https://github.com/unconed/TermKit

dominio:

git clone https://github.com/unconed/TermKit.git --recursive 

Inmediato:

fatal: https://github.com/LearnBoost/Socket.IO.git/info/refs not found: did you run git update-server-info on the server? 

dominio:

node nodekit.js 

Inmediato:

node.js:134 
throw e; // process.nextTick error, or 'error' event on first tick 
^ 
Error: Cannot find module 'socket.io-node' 
at Function._resolveFilename (module.js:320:11) 
....

Respuestas (2)

Lo siento, no puedo publicar un comentario, ¡pero esta publicación es para la respuesta anterior!

La bifurcación de Cloning Stisti funciona sin ningún error, como se menciona en la pregunta, pero Termkit parece funcionar.

Termkit.app simplemente se abre con una ventana oscura en blanco

ingrese la descripción de la imagen aquí

Y node.js informa algo como esto:

info  - socket.io started
debug - client authorized
info  - handshake authorized
info  - handshaken 77af5778e12f2ea2aff9e2b10a26f087
debug - setting request GET /socket.io/1/websocket/77af5778e12f2ea2aff9e2b10a26f087
debug - publishing that 77af5778e12f2ea2aff9e2b10a26f087 connected
debug - initializing client store for 77af5778e12f2ea2aff9e2b10a26f087
debug - set heartbeat interval for client 77af5778e12f2ea2aff9e2b10a26f087
debug - subscribing 77af5778e12f2ea2aff9e2b10a26f087
debug - websocket writing 1::
debug - websocket writing 4:::{"termkit":"1","timestamp":1310821016919}
debug - websocket received data packet 3:::[object Object]
debug - got packet
debug - websocket received data packet 3:::[object Object]
debug - got packet
debug - emitting heartbeat for client 77af5778e12f2ea2aff9e2b10a26f087
debug - websocket writing 2::
debug - set heartbeat timeout for client 77af5778e12f2ea2aff9e2b10a26f087
debug - websocket received data packet 2::
debug - got heartbeat packet
debug - cleared heartbeat timeout for client 77af5778e12f2ea2aff9e2b10a26f087
debug - set heartbeat interval for client 77af5778e12f2ea2aff9e2b10a26f087
Me sale exactamente lo mismo. Estaba teniendo el mismo error con socket.io-node. La bifurcación de Stisti arregló eso, pero aún no sucede nada cuando inicio TermKit, solo la pantalla en blanco.
Me alegro de que haya alguien más en la misma situación que yo. Busqué durante días pero no hay información relacionada con esto :(

Echa un vistazo a la bifurcación de stisti: https://github.com/stisti/TermKit