Skip to content

Instantly share code, notes, and snippets.

@airandfingers
Last active December 11, 2015 10:08
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 airandfingers/4584663 to your computer and use it in GitHub Desktop.
Save airandfingers/4584663 to your computer and use it in GitHub Desktop.
Error received while trying to deploy (no changes made to apps/corridor/app.js. NOTE: package.json file contains the following entry under dependencies: "connect-mongo": "latest",
error: Error running command deploy
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: Warning: connection.session() MemoryStore is not
error: designed for a production environment, as it will leak
error: memory, and will not scale past a single process.
error: module.js:340
error: throw err;
error: ^
error: Error: Cannot find module 'connect-mongo'
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 module.exports (/opt/haibu/apps/airandfingers/rpwm-server/package/apps/corridor/app.js:6:20)
error: at Object.<anonymous> (/opt/haibu/apps/airandfingers/rpwm-server/package/bootstrap.js:73:50)
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment