Top "Yeoman" questions

Yeoman is a command-line tool for frontend web development.

generator-karma does not satisfy its siblings' peerDependencies requirements

The same notorious error npm ERR! peerinvalid The package generator-karma does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid …

node.js angularjs generator yeoman karma-runner
Assets missing in Angular application built using grunt

I have built an application using Yeoman and AngularJS (and all the stuff that goes along with it like Grunt …

angularjs gruntjs yeoman bower
What is workflow in Yeoman to work with Sass files?

I try to use yeoman but I don't know how to use my own sass files with it. With grunt …

sass compass-sass gruntjs yeoman
using ui.bootstrap causing issues with carousel

I am having issues with getting the carousel working properly. I used yeomen to scaffold the angular app. I am …

angularjs angularjs-directive angular-ui yeoman angular-ui-bootstrap
Run grunt server with various browsers

Is it possible to specify a particular browser (besides the OS' default) in the gruntfile or at the command prompt? …

gruntjs yeoman
Is it possible to run Karma with no browsers at all?

I started an Angular.js app with Yeoman's yo angular that includes Karma testing. Then, the grunt test reasonably failed …

javascript angularjs gruntjs yeoman karma-runner
Cannot read property 'getPicture' of undefined - ionic camera

this code returns: Cannot read property 'getPicture' of undefined Have no idea what im doing wrong, can you please help …

android angularjs cordova yeoman ionic-framework
usemin and rewriting urls of images in vendor CSS files using Grunt

grunt-usemin helps me to transform <link href="/dependencies/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" /> <link …

gruntjs yeoman grunt-usemin
npm ERR: peerinvalid The package generator-karma does not satisfy its siblings peerDependencies requirements

When I run npm install -g yo grunt-cli bower at my terminal I get the following dependency error: npm ERR! …

yeoman bower
How to disable cross-device action mirroring functionality of BrowserSync? (GhostMode)

Our team used the gulp-angular generator with yeoman to scaffold out our web app. It uses browsersync to handle live …

javascript web-applications gulp yeoman browser-sync