TermKit icon indicating copy to clipboard operation
TermKit copied to clipboard

Failed to load resource: cancelled ... localhost:2222/socket.io/xhr-polling//

Open eobanb opened this issue 14 years ago • 2 comments

I launch TermKit and a plain black screen appears. In the WebKit console, the following error appears about every 10 seconds:

Failed to load resource: cancelled ... localhost:2222/socket.io/xhr-polling//1305822806506

With new numbers on the end each time.

socket.io seems to be installed correctly though:

$ npm install socket.io
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info preinstall [email protected]
npm info install [email protected]
npm info postinstall [email protected]
npm info predeactivate [email protected]
npm info deactivate [email protected]
npm info postdeactivate [email protected]
npm info preactivate [email protected]
npm info activate [email protected]
npm info postactivate [email protected]
npm info build Success: [email protected]
npm ok

Any thoughts?

eobanb avatar May 19 '11 16:05 eobanb

did you clone correctly? Have you tried updating node?

From readme file: 5. Clone the TermKit repository: git clone [email protected]:unconed/TermKit.git --recursive 6. Users of older git versions will need to type: git submodule update --init

hmottestad avatar May 19 '11 19:05 hmottestad

After running all the command in terminal from http://www.techdrivein.com/2011/06/termkit-is-terminal-reimagined-install.html , at last I got this. After hours of installation work comes the biggest disappointment.

abhisek@abhisek1 ~/TermKitProj/TermKit $ node Node/nodekit.js module.js:394 throw new Error('require.paths is removed. Use ' + ^ Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead. at Function.Object.defineProperty.get (module.js:394:11) at Object. (/home/abhisek/TermKitProj/TermKit/Node/nodekit.js:5:8) at Module._compile (module.js:462:26) at Object.Module._extensions..js (module.js:480:10) at Module.load (module.js:357:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:503:10) at startup (node.js:132:16) at node.js:817:3

Aveesek avatar Jul 29 '15 20:07 Aveesek