Skip to content

Instantly share code, notes, and snippets.

@dhackney
Created August 31, 2012 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhackney/3554859 to your computer and use it in GitHub Desktop.
Save dhackney/3554859 to your computer and use it in GitHub Desktop.
dhackney - jitsu deploy error
Note: local installed dependency is an edited version of https://github.com/sjwalter/node-twilio
I installed locally via: npm install twilio
app runs normally locally
jitsu deploy error:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-3
info: Updating app tt3
info: Activating snapshot 0.0.1-3 for tt3
info: Starting app tt3
error: Error running command deploy tt3
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start the app
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from app:
error:
error: module.js:340
error: throw err;
error: ^
error: Error: Cannot find module 'twilio'
error: at Function.Module._resolveFilename (module.js:338:15)
error: at Function.Module._load (module.js:280:25)
error: at Module.require (module.js:362:17)
error: at require (module.js:378:17)
error: at Object.<anonymous> (/opt/haibu/apps/dhackney/tt3/package/tt3.js:10:14)
error: at Module._compile (module.js:449:26)
error: at Object.Module._extensions..js (module.js:467:10)
error: at Module.load (module.js:356:32)
error: at Function.Module._load (module.js:312:12)
error: at Function.Module.runMain (module.js:492:10)
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
C:\files\business\crosstalk\development\node\tt\ttapp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment