shyamseshadri / angularjs-book

Examples and Code snippets from the first AngularJS O'Reilly book which is now heavily out of date!
1.63k stars 1.11k forks source link

Chapter 3 : Yeoman #18

Open HarleyGolfGuy opened 10 years ago

HarleyGolfGuy commented 10 years ago

I cannot get this to work. I run 'grunt serve' (grunt server is deprecated) I get 'fatal error, bower components not found'.

Any help is appreciated.

HarleyGolfGuy commented 10 years ago

Ok, I'm past that...just for your reference it was because my git wasn't in my PATH (windows) and so Yeoman couldn't create a 'bower_components' directory in my app folder.

Now I'm having an issue when a run 'grunt serve' it looks like it's going to work and then I get this error:

Running "concurrent:server" (concurrent) task Warning: C:\Users\Set\AngularProjects\Yo\node_modules\grunt-contr................ throw err; ^ TypeError: Cannot read property 'stdout' of undefined

Everything I read online suggests that I need to install Ruby, compass, and gem or something. Is this true? If so, why is this not in the book? Why is it not on the Yeoman 'Getting Started' page anywhere???