Skip to content

Instantly share code, notes, and snippets.

Created July 11, 2012 00:41
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 anonymous/3087181 to your computer and use it in GitHub Desktop.
Save anonymous/3087181 to your computer and use it in GitHub Desktop.
deployerr
$ jitsu install helloworld
info: Welcome to Nodejitsu webhar
info: It worked if it ends with Nodejitsu ok
info: Executing command install helloworld
info: Installing helloworld locally
warn: Downloading packages from npm, this may take a moment...
npm http GET https://registry.npmjs.org/nodeapps-helloworld
npm http 304 https://registry.npmjs.org/nodeapps-helloworld
nodeapps-helloworld@0.2.0 ./helloworld/node_modules/nodeapps-helloworld
info: helloworld installed
help: You can now jitsu deploy this application
prompt: Would you like to start this application locally?: (yes) no
info: Nodejitsu ok
Kevin Oh@KEVINOH-PC /d/helloworld
$ jitsu deploy
info: Welcome to Nodejitsu webhar
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: There is no package.json file in d:\helloworld
warn: Creating package.json at d:\helloworld\package.json
help:
help: A package.json stores meta-data about your application
help: In order to continue we'll need to gather some information about your a
pp
help:
help: Press ^C at any time to quit.
help: to select a default value, press ENTER
prompt: App name: (helloworld)
prompt: subdomain: (webhar.helloworld)
prompt: scripts.start:
prompt: version: (0.0.0)
error: Unable to add properties to package description.
error: [TypeError: Object function valid(version) {
if (typeof version !== "string") return null
return exports.parse(version) && version.trim().replace(/^[v=]+/, '')
} has no method 'test']
error: TypeError: Object function valid(version) {
if (typeof version !== "string") return null
return exports.parse(version) && version.trim().replace(/^[v=]+/, '')
} has no method 'test'
error: Error running command deploy
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment