Top "Yeoman" questions

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

npm-cli.js not found when running npm

Usually I can install a library using npm but today when installing yeoman I encountered this errors. Please help to …

node.js windows ionic-framework npm yeoman
NPM modules won't install globally without sudo

I have just reinstalled Ubuntu 12.04 LTS, and before anything else i did these steps: Installed Node via package manager with …

node.js ubuntu npm yeoman node-modules
How to fix bower ECMDERR

I'm using "yeoman" and "bower" on windows 7 but got the following error when I create the app yo webapp The …

github bower yeoman windows-firewall
npm / yeoman install generator-angular without sudo

I tried to install generator-angularjs using Yo (Yoeman) without sudo: npm install -g generator-angular I get: Error: EACCES, mkdir '/…

angularjs npm sudo yeoman
Fontawesome is not working when project is built with grunt

I'm using the font library font awesome. It works when the project is not built/uglified with grunt. But when …

angularjs gruntjs yeoman font-awesome
How to fix "yo: command not found" after installing Yeoman

Following these instructions, I tried to install yeoman using npm twice: http://yeoman.io/learning/index.html After the first …

macos node.js npm osx-mountain-lion yeoman
grunt Fatal error: Unable to find local grunt in Yeoman

I installed yeoman and started the examples which are provided in the official documentation. I went through the suggested operations …

gruntjs yeoman
Can bower automatically write <script> tags into index.html?

I'm using yeoman's backbone generator, and I ran this: bower install backbone.localStorage -S And I manually had to insert …

yeoman bower
How to run grunt server in dist directory instead of app directory?

After grunt building my AngularJS app to my dist directory, I would like to test it out with grunt server. …

angularjs gruntjs yeoman
How to remove a Yeoman generator

I accidentally installed a generator that I don't want. I can't find any method to remove it. What should I …

yeoman