Skip to content

Instantly share code, notes, and snippets.

View russelh15's full-sized avatar

Russel Hosein russelh15

View GitHub Profile
//Main.js File
//Create our firebase base reference
Alloy.Globals.fb = Firebase.new('https://myaccount.com/account/' + args.accountId);
//Items.js File
var orderRef = Alloy.Globals.fb.child("/orders/" + args.order.orderId);
_xItems = {
init : function(){
@russelh15
russelh15 / gist:3704042
Created September 12, 2012 03:11
NowJS Uninstall Error
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:
@russelh15
russelh15 / gist:3688723
Created September 10, 2012 03:40
Jitsu Deploy Error
info: Welcome to Nodejitsu russelh15
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/russelhosein/Sites/Cruizin/package.json
warn: Using '*' as a version for dependencies may eventually cause issues
warn: Use specific versions for dependencies to avoid future problems