Skip to content

Instantly share code, notes, and snippets.

@joeandrews
Created February 4, 2014 16:46
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 joeandrews/8340505a62d375c91bf9 to your computer and use it in GitHub Desktop.
Save joeandrews/8340505a62d375c91bf9 to your computer and use it in GitHub Desktop.
Error running command deploy
error: npm exited with code 1
error: npm installation failed, please double check your package.json dependencies
error: Nodejitsu Error (500): Internal Server Error
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
Package.json
{
"name": "chefler-prod",
"description": "Chefler - Healthy Meal Plans for Busy Profesionals",
"private": true,
"author": "Kenner Miner and Joe Andrews",
"repository": {
"type": "git",
"url": "https://github.com/Chefler/chefler-rewrite.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"underscore": "latest",
"express": "latest",
"jade": "latest",
"mongoose": "latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"crypto": "latest",
"passport": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"async": "latest",
"view-helpers": "latest",
"mixpanel": "0.0.18",
"stripe": "~2.2.2",
"shortid": "latest",
"q": "latest",
"lodash": "~2.4.1",
"moment": "~2.4.0",
"bcrypt": "~0.7.7",
"twilio": "~1.5.0",
"mongoose-time": "~0.1.0",
"mandrill-api": "~1.0.37",
"redis": "~0.10.0",
"moment-timezone": "0.0.3",
"node-phonenumber": "~0.1.0",
"csv": "~0.3.7"
},
"devDependencies": {
"supertest": "latest",
"should": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
"grunt-mocha-test": "latest",
"karma-chai": "0.0.2",
"karma-mocha": "~0.1.0",
"grunt-karma": "~0.6.2",
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-env": "latest",
"load-grunt-tasks": "~0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-autoprefixer": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-jade": "*",
"time-grunt": "~0.1.1",
"grunt-usemin": "~2.0.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-google-cdn": "~0.2.2",
"grunt-contrib-uglify": "~0.2.5",
"grunt-rev": "~0.1.0",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-svgmin": "~0.2.0",
"grunt-contrib-stylus": "~0.9.0",
"grunt-angular-templates": "~0.4.7",
"livereload": "~0.3.2",
"grunt-exec": "~0.4.2",
"chai": "~1.8.1",
"superagent": "~0.15.7",
"mixpanel": "0.0.18",
"stripe": "~2.2.2",
"protractor": "~0.14.0",
"grunt-protractor-runner": "~0.2.0",
"mandrill-api": "~1.0.37",
"shortid": "~2.0.0"
},
"domains": [
"chefler.com",
"www.chefler.com"
],
"subdomain": "chefler-prod",
"version": "0.0.0-92"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment