Skip to content

Instantly share code, notes, and snippets.

@nym
Created February 19, 2011 08:40
Show Gist options
  • Save nym/834930 to your computer and use it in GitHub Desktop.
Save nym/834930 to your computer and use it in GitHub Desktop.
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$ ls
README.md example io-client.js socket.io-node
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$ pwd
/var/projects/chat/server/tests/Socket.io-node-client
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$ pwd
/var/projects/chat/server/tests/Socket.io-node-client
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$ ls
README.md example io-client.js socket.io-node
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$ ls socket.io-node/
History.md Makefile README.md bin lib socket.io.js
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$ ls socket.io-node/lib/util.js socket.io-node/lib/util.js
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$ node example/test.js
node.js:63
throw e;
^
Error: Cannot find module './socket.io-node/lib/socket.io/utils'
at loadModule (node.js:275:15)
at require (node.js:411:14)
at /var/projects/chat/server/tests/Socket.io-node-client/io-client.js:4:13
at Object.<anonymous> (/var/projects/chat/server/tests/Socket.io-node-client/io-client.js:72:2)
at Module._compile (node.js:462:23)
at Module._loadScriptSync (node.js:469:10)
at Module.loadSync (node.js:338:12)
at loadModule (node.js:283:14)
at require (node.js:411:14)
at Object.<anonymous> (/var/projects/chat/server/tests/Socket.io-node-client/example/test.js:1:72)
justin@justinbeeper:/var/projects/chat/server/tests/Socket.io-node-client$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment