Created
August 8, 2012 21:02
-
-
Save rconnelly/3298766 to your computer and use it in GitHub Desktop.
package.json file with geoip
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": "quadpass", | |
| "author": "Ryan Connelly (/humans.txt)", | |
| "description": "Online gift cards", | |
| "version": "0.0.1-63", | |
| "main": "boot.js", | |
| "dependencies": { | |
| "express": "~2.5.6", | |
| "mongoose": "~2.7.0", | |
| "mongoose-auth": "git://github.com/rconnelly/mongoose-auth.git", | |
| "connect-mongodb": "~1.1.4", | |
| "underscore": ">=1.1.6", | |
| "underscore.string": ">=1.1.6", | |
| "dateformat": "1.0.2-1.2.3", | |
| "restify": "~0.5.4", | |
| "async": "~0.1.15", | |
| "jade": "~0.20.0", | |
| "yelp": "~0.1.1", | |
| "mongodb": "~1.0.2", | |
| "stripe": "~1.1.0", | |
| "canvas": "~0.12.1", | |
| "loggly": "~0.3.11", | |
| "geoip": "0.4.6" | |
| }, | |
| "devDependencies": { | |
| "mocha": "*", | |
| "should": "*" | |
| }, | |
| "subdomain": "quadpass", | |
| "domains": [ | |
| "quadpass.com", | |
| "www.quadpass.com" | |
| ], | |
| "scripts": { | |
| "start": "server.js" | |
| }, | |
| "engines": { | |
| "node": "0.8.x" | |
| } | |
| } |
Author
can you gist me the error you are getting ?
node "0.8.x" should be find in fact it will default to 6 atm if you leave it out.
Author
info: Analyzing your application dependencies in server.js
info: Creating snapshot 0.0.1-63
info: Updating app quadpass
info: Activating snapshot 0.0.1-63 for quadpass
info: Stopping app quadpass
info: App quadpass is now stopped
info: Starting app quadpass
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1263:15)
error: at Socket.socketOnEnd (http.js:1351:23)
error: at TCP.onread (net.js:425:26)
info: Nodejitsu not ok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm still getting a 500 error with this package file though. If i remove the geoip dependency, it fixes the problem.