Top "Yeoman" questions

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

How to upgrade existing project scaffolded with Yeoman

I used generator-angular a few months ago to scaffold a project and the whole ecosystem (karma, Node versions, grunt packages) …

yeoman
What does Ynaxdh stand for? (Yeoman)

I'm new to JavaScript automation stuff, especially yeoman (so new that I'm still delighted by the ASCII greet) _-----_ | | |--(…

javascript yeoman
Where to change the name of app?

I installed the generator-angular, but decided to change the name of my app midway. Now when I generate any module …

yeoman yeoman-generator
Grunt build - Running "concurrent:dist" (concurrent) task Killed

For some reason, when doing a grunt build on my VM, it simply dies off in this way: ... Running "concurrent:…

gruntjs yeoman
npm install -g yo command gives -> ERR! [email protected] postinstall: `node scripts/doctor.js`

I just tried to do a npm install but get this error about doctor,js at the end. Do I …

npm yeoman
Remove angularjs route with yeoman

with Yeoman I can add a route and the controller with yo angular:route myroute is there a way to …

angularjs yeoman
What's the recommended way to copy multiple dotfiles with yeoman?

I am building a yeoman generator for a fairly typical node app: / |--package.json |--.gitignore |--.travis.yml |--README.…

yeoman yeoman-generator
Yeoman inside ExpressJS

I'd still like to try to get an example running w/ Yeoman and Express. I tried the following and it …

node.js angularjs express yeoman
Yeoman angular generator install runs but generator doesn't appear in generator list

I've tried to install the yeoman angular generator with the following: npm install -g generator-angular It all looks like it's …

node.js npm yeoman yeoman-generator
How to make travis execute Angular tests on Chrome ("Please set env variable CHROME_BIN")

I'm working on a sample Angular project generated by yeoman. I am able to run karma tests locally (I set …

angularjs yeoman karma-runner travis-ci