This file contains 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
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) |
This file contains 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
>> 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 |
This file contains 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": "web", | |
"version": "0.0.1-1", | |
"private": true, | |
"scripts": { | |
"start": "node app.js" | |
}, | |
"dependencies": { | |
"express": "3.4.4", | |
"jade": "*", |