Skip to content

Instantly share code, notes, and snippets.

@dnordstrom
Created March 27, 2012 06:19
Show Gist options
  • Save dnordstrom/2213270 to your computer and use it in GitHub Desktop.
Save dnordstrom/2213270 to your computer and use it in GitHub Desktop.
projectpage2.com
> node server
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Error: models lib not found.
at /Users/Daniel/Sites/projectpage2.com/core/libs/globals.coffee:58:15
at Object.<anonymous> (/Users/Daniel/Sites/projectpage2.com/app.coffee:51:8)
at Object.<anonymous> (/Users/Daniel/Sites/projectpage2.com/app.coffee:137:4)
at Module._compile (module.js:411:26)
at Object.<anonymous> (/Users/Daniel/.nvm/v0.4.12/lib/node_modules/coffee-script/lib/coffee-script/coffee-script.js:21:21)
at Module.load (module.js:343:31)
at Function._load (module.js:302:12)
at require (module.js:355:19)
at Object.<anonymous> (/Users/Daniel/Sites/projectpage2.com/server.js:2:1)
at Module._compile (module.js:411:26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment