yeoman / generator-bootstrap

Yeoman generator for Bootstrap
http://yeoman.io
186 stars 40 forks source link

TypeError: Cannot read property 'bold' of undefined #21

Closed tienloc1 closed 11 years ago

tienloc1 commented 11 years ago

I type : yo bootstrap and I received issue

TypeError: Cannot read property 'bold' of undefined
    at Object. (C:\Users\TienLoc\AppData\Roaming\npm\node_modules\gen
erator-bootstrap\node_modules\yeoman-generator\lib\util\common.js:5:56)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object. (C:\Users\TienLoc\AppData\Roaming\npm\node_modules\gen
erator-bootstrap\node_modules\yeoman-generator\lib\base.js:91:26)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)

Any idea?

I search and read 20 issue in here, but not help my problem

ActionScripted commented 11 years ago

Same issue here. Similar discussion/fix from the webapp generator: https://github.com/yeoman/generator-webapp/issues/137

ActionScripted commented 11 years ago

Not going to submit a PR, but things worked fine locally when I bumped the yeoman-generator dependency version up in package.json

tienloc1 commented 11 years ago

@ActionScripted I have search and read it, but not solve my issue, that why I create new issue

Thanks you for reply

ActionScripted commented 11 years ago

@tienloc1 My reply was meant for @btford or @passy -- the authors/maintainers.

stephenplusplus commented 11 years ago

Just pushed the update to master, dudes. Whoever can release, it's ready for tagging and bagging!

// @sindresorhus @addyosmani

sindresorhus commented 11 years ago

@stephenplusplus awesome. added you to npm, feel free to tag and bag ;)

stephenplusplus commented 11 years ago

Thanks! Tagged and bagged as 0.1.4.

Thanks to @tienloc1 and @ActionScripted for your help finding this little bugger. :ship: