Skip to content

Instantly share code, notes, and snippets.

@aperiodic
Created September 14, 2011 20:19
Show Gist options
  • Save aperiodic/1217659 to your computer and use it in GitHub Desktop.
Save aperiodic/1217659 to your computer and use it in GitHub Desktop.
Curry.js test error
[dlp@Hackworth:curry]$ expresso test/curry.expresso.js
uncaught: Error: Cannot find module 'curry'
at Function._resolveFilename (module.js:317:11)
at Function._load (module.js:262:25)
at require (module.js:346:19)
at Object.<anonymous> (/Users/dlp/code/opensource/curry/test/curry.expresso.js:2:13)
at Module._compile (module.js:402:26)
at Object..js (module.js:408:10)
at Module.load (module.js:334:31)
at Function._load (module.js:293:12)
at require (module.js:346:19)
at runFile (/Users/dlp/.nvm/v0.4.9/lib/node_modules/expresso/bin/expresso:771:19)
Failures: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment