frozenjs/generator-frozen

Latest Version throws TypeError: Cannot read property 'bold' of undefined

Closed this issue · 0 comments

Using the latest version of generator-frozen and yo (1.0.3) produces the following error:

❯ yo --version
1.0.3

~/code/game
❯ yo frozen

TypeError: Cannot read property 'bold' of undefined
    at Object.<anonymous> (/Users/nicknisi/.nvm/v0.10.17/lib/node_modules/generator-frozen/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.<anonymous> (/Users/nicknisi/.nvm/v0.10.17/lib/node_modules/generator-frozen/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)