Skip to content

Instantly share code, notes, and snippets.

View talnicolas's full-sized avatar

Nicolas Tallineau talnicolas

View GitHub Profile
@talnicolas
talnicolas / package
Created January 26, 2013 18:55
package.json file
{
"name": "wed-playlist",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.1.0",
"jade": "*",
@talnicolas
talnicolas / mail
Created January 26, 2013 18:32
Deployment error with nodejitsu
The application wed-playlist has failed to deploy.
Error 500 deploy:nodejitsu:start_app: Unspecified error
Error: Deploy failed
at Object.nodejitsu.deploy (/root/nodejitsu-webhooks-api/lib/nodejitsu.js:150:29)
at Request.deploy.deploy.errs.create.reason (/root/nodejitsu-webhooks-api/models/deploy.js:582:29)
at Request.EventEmitter.emit (events.js:115:20)
at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu-webhooks-api/node_modules/request/main.js:617:14)
at IncomingMessage.EventEmitter.emit (events.js:115:20)
at IncomingMessage._emitEnd (http.js:366:10)