Earlier quoted context omitted.
Guessing here, but you might have some older, incompatible generators installed. Could you try to reinstall your global generators?
I wiped out all npm modules and reinstalled node. Still getting error. I installed yeoman using: sudo npm install -g yo generator-webapp grunt-contrib-compass
Yeoman 1.0 Released
11–20 of 58 posts
Re: Yeoman 1.0 Released
#12Re: Yeoman 1.0 Released
#13Love Yeoman. For the love of god, how do I create 'pretty permalink' (Jekyll Style) with it - "about.html" to create "/about/index.html"?
if ( $uri !~ /index\.html$) { rewrite ^(/.+)\.html$ $scheme://$host$1 permanent; }
Re: Yeoman 1.0 Released
#14I haven't found anything else that comes close for solely front end dev work.
Re: Yeoman 1.0 Released
#15Love Yeoman. For the love of god, how do I create 'pretty permalink' (Jekyll Style) with it - "about.html" to create "/about/index.html"?
Yeoman helps manage and coordinate various build tools, but for pretty permalinks on your production build, you're probably going to need something like a plugin for `grunt build` that renames files as they're copied into your /dist directory.
Re: Yeoman 1.0 Released
#16Re: Yeoman 1.0 Released
#17Should I be ashamed or proud that I believe in writing my own tools for my craft?
Re: Yeoman 1.0 Released
#18Re: Yeoman 1.0 Released
#19Is this for Node.js only? They keep saying 'web apps' but never explicitly that it's not. NPM is node, right? (sorry, not too familiar with Node)
EDIT: No and yes.
Re: Yeoman 1.0 Released
#20Is this for Node.js only? They keep saying 'web apps' but never explicitly that it's not. NPM is node, right? (sorry, not too familiar with Node)
EDIT: Removed confusing "client-side" reference caught by 9oliYQjP -- thanks!