Skip to content

Instantly share code, notes, and snippets.

@525c1e21-bd67-4735-ac99-b4b0e5262290
Created April 15, 2011 03:47
Show Gist options
  • Save 525c1e21-bd67-4735-ac99-b4b0e5262290/921106 to your computer and use it in GitHub Desktop.
Save 525c1e21-bd67-4735-ac99-b4b0e5262290/921106 to your computer and use it in GitHub Desktop.
isabel:webclient pyrotechnick$ npm install dnode
[email protected] ./node_modules/dnode/node_modules/dnode-protocol
[email protected] ./node_modules/dnode/node_modules/lazy
[email protected] ./node_modules/dnode/node_modules/traverse
[email protected] ./node_modules/dnode/node_modules/socket.io
[email protected] ./node_modules/dnode
isabel:webclient pyrotechnick$ coffee server.coffee
Error: Cannot find module 'dnode'
at Function._resolveFilename (module.js:320:11)
at Function._load (module.js:266:25)
at require (module.js:348:19)
at Object.<anonymous> (/Users/pyrotechnick/webclient/server.coffee:7:11)
at Object.<anonymous> (/Users/pyrotechnick/webclient/server.coffee:273:4)
at Module._compile (module.js:404:26)
at Object.run (/usr/local/lib/node_modules/coffee-script/lib/coffee-script.js:55:19)
at /usr/local/lib/node_modules/coffee-script/lib/command.js:115:29
at /usr/local/lib/node_modules/coffee-script/lib/command.js:85:26
at [object Object].<anonymous> (fs.js:107:5)
Copy link

ghost commented Apr 15, 2011

Looks like you're using npm >= 1.0.

npm install -g dnode # blame isaacs for that one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment