Created
March 17, 2012 00:00
-
-
Save JasonOffutt/2053752 to your computer and use it in GitHub Desktop.
Nodejitsu Error Log March 16 2012
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
error module.js:326 throw new Error("Cannot find module '" + request + "'"); ^ | |
error Error: Cannot find module '/usr/local/src/jasonoffutt/Jordan_Rift/jordan_rift/app.js' at Function._resolveFilename (module.js:326:11) at Function.resolve (module.js:359:19) at Object.rewrite (/root/haibu-orchestra/node_modules/haibu/node_modules/haibu-carapace/lib/cli.js:75:36) at EventEmitter.run (/root/haibu-orchestra/node_modules/haibu/node_modules/haibu-carapace/lib/carapace.js:164:16) at runAndReport (/root/haibu-orchestra/node_modules/haibu/node_modules/haibu-carapace/bin/carapace:68:12) at /root/haibu-orchestra/node_modules/haibu/node_modules/haibu-carapace/node_modules/async/lib/async.js:126:25 at /root/haibu-orchestra/node_modules/haibu/node_modules/haibu-carapace/bin/carapace:58:23 at [object Object]. (/root/haibu-orchestra/node_modules/haibu/node_modules/haibu-carapace/lib/plugins/coffee.js:31:11) at [object Object].emit (events.js:64:17) at fs.js:820:12 | |
error node.js:134 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: Cannot find module 'underscore' at Function._resolveFilename (module.js:326:11) at Function._load (module.js:271:25) at require (module.js:355:19) at Object. (/usr/local/src/jasonoffutt/Jordan_Rift/jordan_rift/lib/models/Email.js:10:7) at Module._compile (module.js:411:26) at Object..js (module.js:417:10) at Module.load (module.js:343:31) at Function._load (module.js:302:12) at require (module.js:355:19) at JordanRift.ioController (/usr/local/src/jasonoffutt/Jordan_Rift/jordan_rift/app.js:73:13) |
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
{ | |
"name": "Jordan_Rift", | |
"version": "0.0.1-81", | |
"private": true, | |
"dependencies": { | |
"backbone": "0.9.1", | |
"connect": "1.8.5", | |
"connect-redis": "1.2.0", | |
"express": "2.5.8", | |
"jade": "0.20.3", | |
"nodemailer": "0.3.3", | |
"redis": "0.7.1", | |
"socket.io": "0.8.7", | |
"underscore": "1.3.1" | |
}, | |
"subdomain": "jordan_rift", | |
"domains": [ | |
"jordanrift.com", | |
"www.jordanrift.com" | |
], | |
"scripts": { | |
"start": "app.js" | |
}, | |
"engines": { | |
"node": "v0.6.x" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment