mrichard / generator-marionette

Yeoman marionette generator a la AMD
329 stars 72 forks source link

Error when running generator #17

Closed guikfe closed 11 years ago

guikfe commented 11 years ago

Whenever I run "yo marionette" I get this error:

TypeError: Cannot read property 'bold' of undefined
    at Object.<anonymous> (/usr/lib/node_modules/generator-marionette/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> (/usr/lib/node_modules/generator-marionette/node_modules/yeoman-generator/lib/base.js:101:26)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
mrichard commented 11 years ago

Hi, how did you fix this? I am not seeing the issue but there is another open issue with the same problem.

Thanks,

guikfe commented 11 years ago

Sorry, I closed this issue since I saw it is duplicated.