gdg-x / boomerang

Easy website for your GDG Chapter
http://gdg-x.github.io/boomerang/
Apache License 2.0
74 stars 104 forks source link

generator-boomerang doesn't work with latest node? #8

Closed Splaktar closed 11 years ago

Splaktar commented 11 years ago

splaktar:~/Git$ yo boomerang [?] ========================================================================== We're constantly looking for ways to make yo better! May we anonymously report usage statistics to improve the tool over time? More info: yeoman.io/insight.html & http://yeoman.io ==========================================================================: Yes /home/splaktar/Git/.nvm/v0.10.17/lib/node_modules/generator-boomerang/node_modules/yeoman-generator/lib/util/common.js:5 '\n `---------´ | ' + 'Welcome to Yeoman,'.yellow.bold + ' |' + ^ TypeError: Cannot read property 'bold' of undefined at Object. (/home/splaktar/Git/.nvm/v0.10.17/lib/node_modules/generator-boomerang/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. (/home/splaktar/Git/.nvm/v0.10.17/lib/node_modules/generator-boomerang/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)

This is my first time messing with node.js or Yeoman. So I'm just blinding following the guide here: http://gdg-x.github.io/generator-boomerang I also installed bower and grunt-cli.

Do I need to downgrade to node.js v.0.8x?

I had installed Node with NVM. So I tried again from https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#ubuntu-mint and got the same errors above. It looks to have also installed v0.10.17.

Running Ubuntu x64 13.04.

Splaktar commented 11 years ago

Sorry, I'll reopen against generator-boomerang.