Skip to content

Instantly share code, notes, and snippets.

@OlivierPerceboisGarve
Created October 2, 2011 15:21
Show Gist options
  • Save OlivierPerceboisGarve/1257535 to your computer and use it in GitHub Desktop.
Save OlivierPerceboisGarve/1257535 to your computer and use it in GitHub Desktop.
node www/node_modules/socket.io/examples/chat/app.js
olivvv@olivvv-VirtualBox:~$ node www/node_modules/socket.io/examples/chat/app.js
node.js:207
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
at Function.<anonymous> (module.js:376:11)
at Object.<anonymous> (/home/olivvv/www/node_modules/socket.io/examples/chat/app.js:6:8)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Array.<anonymous> (module.js:470:10)
at EventEmitter._tickCallback (node.js:199:26)
olivvv@olivvv-VirtualBox:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment