Skip to content

Instantly share code, notes, and snippets.

info: Welcome to Nodejitsu kaareal
info: jitsu v0.10.4, node v0.8.6
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/kaareal/Code/closeterie/package.json
data:
data: {
info: Creating snapshot 0.1.50-14
info: Updating app findus
info: Activating snapshot 0.1.50-14 for findus
info: Starting app findus
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: Error spawning drone: no matching engine found
error: Repository configuration
192:closeterie kaareal$ jitsu deploy
info: Welcome to Nodejitsu kaareal
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in server.js
warn: Local version appears to be old
warn: Your package.json version will be incremented for you automatically
warn: About to write /Users/kaareal/Code/closeterie/package.json
data:
info: Creating snapshot 0.1.50-1
info: Updating app findus
info: Activating snapshot 0.1.50-1 for findus
info: Starting app findus
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy your application.
error:
error: NPM Install failed
error: NPM failed to install dependencies
@kaareal
kaareal / gist:3347583
Created August 14, 2012 08:43
Error running command deploy
Kaare-Larsens-MacBook-Pro:closeterie kaareal$ jitsu deploy
info: Welcome to Nodejitsu kaareal
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in server.js
info: Checking app availability findus
info: Creating app findus
info: Creating snapshot 0.1.50
info: Updating app findus
info: Activating snapshot 0.1.50 for findus
Kaare-Larsens-MacBook-Pro:closeterie kaareal$ sudo npm install jitsu -g
Password:
npm http GET https://registry.npmjs.org/jitsu
npm http 304 https://registry.npmjs.org/jitsu
npm http GET https://registry.npmjs.org/colors/0.6.0-1
npm http GET https://registry.npmjs.org/complete/0.3.1
npm http GET https://registry.npmjs.org/dateformat/1.0.2-1.2.3
npm http GET https://registry.npmjs.org/flatiron/0.2.5
npm http GET https://registry.npmjs.org/flatiron-cli-users/0.1.1
npm http GET https://registry.npmjs.org/flatiron-cli-config/0.1.3
info: Welcome to Nodejitsu kaareal
info: It worked if it ends with Nodejitsu ok
info: Executing command logs app
info: Attempting to load logs for /Users/kaareal/Code/closeterie/package.json
error: Error running command logs app
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1124:15)
@kaareal
kaareal / solution.js
Created April 20, 2012 12:56 — forked from datafatmunger/solution.js
Solution Backbone Model
Solution = Backbone.Model.extend ({
fetchAll: function(options) {
var solution = this;
var error = false;
var errorHandler = function() {
error = true;
}
$.when(solution.comments.fetch({ error: errorHandler }),
solution.likes.fetch({ error: errorHandler }),
@kaareal
kaareal / less-middleware
Created April 15, 2012 16:02
Less middleware for compiling less files that working nicely with @import and updates when you change the imported files
/*!
* Lifted from https://github.com/LearnBoost/stylus/blob/master/lib/middleware.js
* Refactored to work with less instead of stylus and invoking compile when you change a "@import file"
*/
/*!
* Stylus - middleware
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
navigator.plugins
[
{
"name": "Shockwave Flash",
"filename": "Flash Player.plugin",
"description": "Shockwave Flash 10.2 r159"
},
{
"name": "Silverlight Plug-In",