Skip to content

Instantly share code, notes, and snippets.

View hmbadiwe's full-sized avatar

Henry Mbadiwe hmbadiwe

View GitHub Profile
@hmbadiwe
hmbadiwe / server-error.log
Created June 23, 2014 02:34
Jitsu Server Error
Streaming logging information
err Mon, 23 Jun 2014 02:21:49 GMT module.js:340
err Mon, 23 Jun 2014 02:21:49 GMT throw err;
err Mon, 23 Jun 2014 02:21:49 GMT ^
err Mon, 23 Jun 2014 02:21:49 GMT Error: Cannot find module 'underscore'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
@hmbadiwe
hmbadiwe / local-error.stdout.log
Created June 23, 2014 02:32
Local jitsu error
>> jitsu deploy
info: Updating app childs-keeper-html5
info: Activating snapshot 0.0.1-1 for childs-keeper-html5
info: Starting app childs-keeper-html5
error: Error running command deploy
error: Errors occured while starting the application
error: Error output from application. This is usually a user error.
error:
error: module.js:340
@hmbadiwe
hmbadiwe / package.json
Created June 23, 2014 02:28
Troublesome package.json
{
"name": "web",
"version": "0.0.1-1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.4.4",
"jade": "*",