Constellation / ibrik

CoffeeScript meets Istanbul - code coverage tool for CoffeeScript
BSD 2-Clause "Simplified" License
79 stars 32 forks source link

Installation Error on Windows #10

Open cuongvo opened 10 years ago

cuongvo commented 10 years ago

Hi,

When attempting to install Ibrik on Windows 8, 64-bits. npm install ibrik results in:

npm WARN `git config --get remote.origin.url` returned wrong result (https://git
hub.com/michaelficarra/CoffeeScriptRedux.git)
npm ERR! git clone https://github.com/michaelficarra/CoffeeScriptRedux.git
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.2.9200
npm ERR! command "C:\\Users\\x\AppData\\Local\\scoop\\apps\\nodejs\\0.1
0.21\\\\node.exe" "C:\\Users\\x\AppData\\Local\\scoop\\apps\\nodejs\\0.
10.21\\node_modules\\npm\\bin\\npm-cli.js" "install" "ibrik"
npm ERR! cwd C:\Projects
npm ERR! node -v v0.10.21
npm ERR! npm -v 1.3.9
npm ERR! syscall spawn
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/which
npm http 304 https://registry.npmjs.org/escodegen
npm http 304 https://registry.npmjs.org/istanbul
npm http 304 https://registry.npmjs.org/optimist
npm http 304 https://registry.npmjs.org/estraverse
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Projects\npm-debug.log
npm ERR! not ok code 0
michaelficarra commented 10 years ago

You probably have a very old version of git if you can't clone repos over HTTPS.

cuongvo commented 10 years ago

I'll investigate that, but git --version is showing git version 1.8.4.msysgit.0 (latest), and I'm able to clone the CoffeeScriptRedux repository fine manually.