I\'m building an App using MEAN Stack and trying to scaffold my frontend using yeoman-generator, when I do yo angular it f
For me it seemed to be link with the rights. I had to manually create the bower_components folder:
mkdir -m 777 client/bower_components
and run
bower install