FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Can't get it installed on W7 #189

Closed fxbenard closed 11 years ago

fxbenard commented 11 years ago

Impossible to install W7

The log i get:

npm ERR! Error: spawn ENOENT npm ERR! at errnoException (child_process.js:980:11) npm ERR! at Process.ChildProcess._handle.onexit (child_process.js:771:34) npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com

npm ERR! System Windows_NT 6.1.7601 npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod ejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "ungit" npm ERR! cwd C:\Users\Nous npm ERR! node -v v0.10.18 npm ERR! npm -v 1.3.8 npm ERR! syscall spawn npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! npm ERR! Additional logging details can be found in: npm ERR! C:\Users\Nous\npm-debug.log npm ERR! not ok code 0

FredrikNoren commented 11 years ago

I guess this is after typing npm install -g ungit? Sounds like some issue with npm, I'd suggest posting an issue on their page: http://github.com/isaacs/npm/issues

fxbenard commented 11 years ago

Yep just after that, hadn't got a chance to test your work. I'll post there thanks

FredrikNoren commented 11 years ago

Let me know if it actually turns out to be an issue with ungit

fxbenard commented 11 years ago

For sure, if you want to follow the issue

https://github.com/isaacs/npm/issues/3865