Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

yo bootstrap fails #18

Closed
pschulz opened this issue Jun 8, 2013 · 1 comment
Closed

yo bootstrap fails #18

pschulz opened this issue Jun 8, 2013 · 1 comment

Comments

@pschulz
Copy link

pschulz commented Jun 8, 2013

Hi,

I'm on Win XP and everything installed so far.
But when I try to scaffold a bootstrap app I get this:

E:\Temp\bowertest>yo bootstrap
[?] In what format would you like the Twitter Bootstrap stylesheets? (css/sass/less) less
bower cloning git://github.com/twitter/bootstrap.git

C:\Dokumente und Einstellungen\pschulz\Anwendungsdaten\npm\node_modules\bower\node_modules\tmp\lib\tmp.js:260
  throw err;
        ^
Error: spawn ENOENT
    at errnoException (child_process.js:980:11)
    at Process.ChildProcess._handle.onexit (child_process.js:771:34)

E:\Temp\bowertest>whereis git
Found at C:\Programme\Git\cmd\git.cmd

E:\Projects\Gunther\Webapp>git version
git version 1.7.9.msysgit.0

I already know, that this is either a problem of bowser or a local problem. But since git is in my system PATH environment the git command is there.

Any idea?

Could you push that to bower?

@pschulz
Copy link
Author

pschulz commented Jun 8, 2013

Ha, got it fixed - it seemed to be an issue with msysgit.
I installed the

E:\Temp\bowertest>git version
git version 1.8.3.msysgit.0

E:\Temp\bowertest>whereis git
Found at C:\Programme\Git\cmd\git.exe
Found at C:\Programme\Git\cmd\git.cmd

As you can see, it added an git.exe to the system where it was just a git.cmd before. May be it is a general issue of node.js, but since they wrap a spawn on Win32 with cmd it would by a Windows problem again.

Anyways - it works like a charme with the latest MsysGit!

@pschulz pschulz closed this as completed Jun 8, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant