Closed lebrach closed 8 years ago
Same trouble on Win 7 x64, Git 2.7.4, Node.js 4.4.1
Ungit 0.10.1 works OK
I have uninstalled 0.10.2 and reinstalled 0.10.1 and it works fine!
Where's the bug?
Lebrac'h
Wow, does windows node not come with npm? I guess it is my fault for not checking the deps...
@codingtwinky does it comes with other systems? Last time I had to install npm on Mac as well (~3 months ago).
I haven't had fresh node install in a clean env in very long time but I thought it was packaged together? I don't remember installing them separately...
@codingtwinky and @lfx issue regarding this thread doesn't come from npm, I guess... I can confirm that npm IS packaged with node.js on Windows...
Problem certainly comes from new ungit 0.10.2 release as 0.10.1 works perfectly!
What does @FredrikNoren think about this?
@lebrach Thanks for reporting and it seems that this is still an issue.Maybe this thread can help us?
manual installing fresh version npm solves this issue
npm install -g npm
@AlexGenK which version did you have before fresh install?
@lfx 2.14.21. Now - 3.10.3
I think npm is installed but cannot be found either due to path config is not configured or something like that. by doing npm install -g npm
, I guess you are installing a second version of npm and that gets included in path and thus fixing the problem... npm install -g npm
is little oxymoronic and I would have to find a better option but I guess it can be a work around for now...
I'm about to head out for a 2 weeks long vacation so I don't have a time to take a look at it but if this is not fixed by then I will jump on this...
@codingtwinky Just installed node on ubuntu server. Npm had to be installed separately. Have a relaxing one! 👍
Thanks for digging in everyone. I'll cut a new version and get this fix out now.
Ok, 0.10.3 is now out. I'll close this thread for now assuming the fix fixed the issue, but re-open if it didn't.
Hi there,
I just installed ungit after fresh installation of Git 2.9.0 and Node.js 4.4.7 on Windows 10:
And got following error when launching ungit:
Don't know what to do do now...
Any help would be appreciated :-)
Lebrac'h