Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created March 5, 2013 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/cd70081776e333cc9787 to your computer and use it in GitHub Desktop.
Save Raynos/cd70081776e333cc9787 to your computer and use it in GitHub Desktop.
raynos at raynos-Latitude-E5530-non-vPro in ~/Documents/graphics on master
$ jitsu deploy
info: Welcome to Nodejitsu raynos
info: jitsu v0.11.3, node v0.8.16
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node ./node_modules/.bin/browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /home/raynos/Documents/graphics/package.json
data:
data: {
data: dependencies: {
data: reducers: 'git://github.com/Raynos/reducers',
data: global: '~2.0.1',
data: invoker: '~0.1.2'
data: },
data: keywords: [],
data: subdomain: 'raynos.graphics',
data: name: 'graphics',
data: author: 'Raynos <raynos2@gmail.com>',
data: licenses: [
data: { url: 'http://github.com/Raynos/graphics/raw/master/LICENSE', type: 'MIT' }
data: ],
data: bugs: { url: 'https://github.com/Raynos/graphics/issues', email: 'raynos2@gmail.com' },
data: testling: {
data: files: 'test/index.js',
data: browsers: {
data: ipad: '6.0..latest',
data: opera: [ '12..latest', 'next' ],
data: chrome: [ '22..latest', 'canary' ],
data: safari: '5.1..latest',
data: iphone: '6.0..latest',
data: ie: '8..latest',
data: firefox: [ '16..latest', 'nightly' ]
data: }
data: },
data: scripts: {
data: example: "browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle",
data: start: "node ./node_modules/.bin/browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle",
data: testem: 'testem',
data: build-test: 'browserify-server --bundle=test/index.js -o test/static/bundle.js --debug',
data: test: 'testem ci'
data: },
data: engines: { node: '0.8.x' },
data: contributors: [
data: { name: 'Raynos' }
data: ],
data: peerDependencies: { reducible: 'git://github.com/Raynos/reducible#1.x' },
data: description: 'Efficient data structures that represent renderable scenes',
data: version: '0.1.0-1',
data: homepage: 'https://github.com/Raynos/graphics',
data: main: 'index',
data: repository: 'git://github.com/Raynos/graphics.git',
data: devDependencies: {
data: browserify-server: '~2.1.18',
data: browservefy: 'git://github.com/Raynos/browservefy',
data: tape: '~0.2.2',
data: testem: '~0.2.56',
data: reducible: 'git://github.com/Raynos/reducible#1.x'
data: }
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.1.0-1
info Uploading: [=============================] 100%
info: Updating app graphics
info: Activating snapshot 0.1.0-1 for graphics
info: Starting app graphics
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: package.json error: can't find starting script: node ./node_modules/.bin/browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle
error: Package.json start script declared but not found
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: Error: package.json error: can't find starting script: node ./node_modules/.bin/browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle
error: at Spawner.spawn (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:232:17)
error: at Object.oncomplete (fs.js:297:15)
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment