Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Brad Woods
Brad Woods
13,772 Points

Problems with Yeoman

I'm trying to make a web app using angular through Yeoman. I've had a slew of problem just trying to install Yeoman through cygwin. At the moment I'm stuck trying to start a Grunt server. I'm getting a fatal error: unable to find local grunt. I've verified that Grunt is installed, followed Yeoman instructions to the letter. Anyone had a similar issue? Running windows 7, 64-bit

Brad Woods
Brad Woods
13,772 Points

If anyone is struggling with the above problem it turns out Cygwin is not supported by Yeoman. There is a tutorial on the Yeoman site stating to use Cygwin (http://yeoman.io/codelab/setup.html) however I would just use cmd.exe. So far I've had no problems with it.