Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created August 22, 2011 20:21
Show Gist options
  • Save boxxxie/1163423 to your computer and use it in GitHub Desktop.
Save boxxxie/1163423 to your computer and use it in GitHub Desktop.
paul@paul-rt7-desktop:~/superblog$ ls
app.js app.js~ attachments
paul@paul-rt7-desktop:~/superblog$ couchapp push app.js http://localhost:5984/superblog
node.js:205
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'couchapp'
at Function._resolveFilename (module.js:318:11)
at Function._load (module.js:263:25)
at Module.require (module.js:341:17)
at require (module.js:352:17)
at Object.<anonymous> (/home/paul/superblog/app.js:1:79)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Module.require (module.js:341:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment