FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

"yo famous" returns error (git not installed) -- Mac OS X Mavericks #26

Closed mthwtkr closed 10 years ago

mthwtkr commented 10 years ago

Receiving an error while trying to generate a famous project with yeoman "yo famous"

I have all the dependencies installed. Also, I'm able to run all my other yeoman generators that I have installed without any issues.

Created a new file inside documents/Famous/testApp

Checked my git version with (git --version)

Appears error is coming from (line 45) https://github.com/Famous/generator-famous/blob/master/app/index.js

Solutions Attempted:

The only work around I have currently found is to comment out the block of code in (generator-famous/app/index.js) line 45.

I did this because the shell.js command shell.which('git') returns null for me

Thanks ahead of time for the help! ;)

MylesBorins commented 10 years ago

Closing this as it appears to be system specific