Created
January 1, 2012 19:04
-
-
Save pathsny/1548058 to your computer and use it in GitHub Desktop.
require error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > 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