Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Error on Windows #10

Open
cuongvo opened this issue Dec 11, 2013 · 2 comments
Open

Installation Error on Windows #10

cuongvo opened this issue Dec 11, 2013 · 2 comments

Comments

@cuongvo
Copy link

cuongvo commented Dec 11, 2013

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
Copy link
Contributor

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

@cuongvo
Copy link
Author

cuongvo commented Dec 11, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants