ericclemmons / generator-genesis

Yeoman Generator for Genesis Skeleton
MIT License
4 stars 4 forks source link

"yo genesis" throws TypeError: Cannot read property 'bold' of undefined #5

Open cdetrio opened 11 years ago

cdetrio commented 11 years ago

Already discussed in a yeoman issue. A fix is here (also requires the yeoman dependency to version 0.13 in packages.json).

ericclemmons commented 11 years ago

Ah, good eye! I was just working on git@github.com:genesis/wordpress.git and noticed how Chalk was no longer baked in :(

I'll merge in your commit. Thanks!