Skip to content

Instantly share code, notes, and snippets.

@pathsny
Created January 1, 2012 19:04
Show Gist options
  • Select an option

  • Save pathsny/1548058 to your computer and use it in GitHub Desktop.

Select an option

Save pathsny/1548058 to your computer and use it in GitHub Desktop.
require error
> require('compress')
Error: Cannot find module 'compress'
at Function._resolveFilename (module.js:334:11)
at Function._load (module.js:279:25)
at Module.require (module.js:357:17)
at require (module.js:368:17)
at repl:1:2
at REPLServer.eval (repl.js:80:21)
at Interface.<anonymous> (repl.js:182:12)
at Interface.emit (events.js:67:17)
at Interface._onLine (readline.js:162:10)
at Interface._line (readline.js:426:8)
>
ls ./node_modules/compress
LICENSE README build compress.cc compress.node filetest.js package.json test.js wscript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment