hoodiehq-archive / hoodie-cli

⛔ deprecated
Other
44 stars 18 forks source link

Could not start hoodie #140

Open ramstein74 opened 10 years ago

ramstein74 commented 10 years ago

I updated my hoodie from 0.4.? to 0.5.2 i created a new app and tried to start hoodie.

i got this error Version 0.5.2 (node 0.10.26 npm 1.4.3 platform :win32) [hoodie] Could not start hoodie

Help please :=)

davidpfahler commented 10 years ago

All working on Mac OSX – Version: 0.5.2 (node v0.10.29, npm 1.5.0-alpha-1, platform: darwin)

davidpfahler commented 10 years ago

On my windows, even hoodie new appname fails because a multitude of npm errors. Version: 0.5.2 (node v0.10.26, npm 1.4.3, platform: win32)

svnlto commented 10 years ago

can you gist the errors?

davidpfahler commented 10 years ago

@svnlto I'm really bad at windows cmd, but I managed to redirect all output to a file. Here is the output of hoodie new appname -v: https://gist.github.com/davidpfahler/3640f6e8d440cebc3a13

davidpfahler commented 10 years ago

@svnlto @ramstein74 Here is what I had to do to make it work:

  1. install couchdb (as stated by the installation guide)
  2. install git (which is missing from the installation guide)

@ramstein74 Let me know if installing both those (and of course, node.js) solved your issue. @ffffux The installation instructions on the website for windows need to include git.

lenareinhard commented 10 years ago

@davidpfahler git is already in the installation guide.

davidpfahler commented 10 years ago

@ffffux oO I blame the coffee...

@ramstein74 I cannot reproduce your problem. Does the above procedure fix it for you? I not please comment and I will reopen.

ramstein74 commented 10 years ago

I already have git ( do i need to update it?) I uninstalled couch 1.5 and installed couch 1.6

Same problem here

svnlto commented 10 years ago

@ramstein74 can you provide a detailed error message?