Created
December 23, 2011 00:57
-
-
Save GarrettS/1512583 to your computer and use it in GitHub Desktop.
jitsu deploy FATAL ERROR
This file contains hidden or 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
Garrett-Smiths-MacBook-Pro:~ garrettsmith$ jitsu apps deploy | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command apps deploy | |
info: Authenticated as xkit | |
warn: | |
warn: Your package.json file is missing required fields: | |
warn: | |
warn: subdomain | |
warn: | |
warn: Prompting user for required fields. | |
warn: Press ^C at any time to quit. | |
warn: | |
help: | |
help: The subdomain is where your application will reside. | |
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com | |
help: | |
prompt: subdomain (garrettsmith): missionmassage | |
warn: About to write /Users/garrettsmith/package.json | |
data: | |
data: { | |
data: bin: { http-server: './bin/http-server' }, | |
data: dependencies: { | |
data: colors: '*', | |
data: optimist: '0.2.x', | |
data: union: '0.1.x', | |
data: eyes: '~0.1.6', | |
data: ecstatic: '0.1.x', | |
data: flatiron: '0.1.x' | |
data: }, | |
data: bundleDependencies: [ 'node-static' ], | |
data: keywords: [ 'cli', 'command' ], | |
data: noAnalyze: true, | |
data: preferGlobal: 'true', | |
data: scripts: { start: 'node ./bin/http-server', test: 'vows --spec --isolate' }, | |
data: name: 'http-server', | |
data: description: 'a simple zero-configuration command-line http server', | |
data: main: './lib/http-server', | |
data: engine: { node: '>=0.4' }, | |
data: author: 'Nodejitsu <[email protected]>', | |
data: subdomain: 'missionmassage', | |
data: repository: { type: 'git', url: 'https://github.com/nodejitsu/http-server.git' }, | |
data: version: '0.4.0', | |
data: license: 'MIT', | |
data: devDependencies: { request: '2.1.x', vows: '0.5.x' } | |
data: } | |
data: | |
prompt: Is this ok? (yes): yes | |
info: Analyzing your application dependencies in node ./bin/http-server | |
warn: No application exists for http-server | |
info: Checking app availability http-server | |
info: Creating app http-server | |
warn: Creating new snapshot for version 0.4.0 | |
warn: You're trying to upload snapshot larger than 50M. | |
warn: This is not recommended practice. | |
FATAL ERROR: v8::Object::SetIndexedPropertiesToExternalArrayData() length exceeds max acceptable value | |
Garrett-Smiths-MacBook-Pro:~ garrettsmith$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment