generator-angular icon indicating copy to clipboard operation
generator-angular copied to clipboard

Yeoman generator for AngularJS

Results 90 generator-angular issues
Sort by recently updated
recently updated
newest added

The actual administrator haven't time to work on it. ![image](https://cloud.githubusercontent.com/assets/663460/19068373/b4de3d72-8a22-11e6-9a54-f656138752f4.png)

Hi We are building a development project using angular js and we chose the workflow automation tools Grunt, yeoman. We have installed the nodejs downloading it from the http://nodejs.org. We...

When using Gulp with `angular-generator` I received error : `task 'wiredep' is not in you gulpfile` I tried running the build using `gulp` and received error : `TypeError: $.useref.restore is...

bug

After installing the generator and choosing gulp, I ran `gulp serve`. However, the app did not load any javascript or css from bower components. I tried to look into the...

If you answer 'yes' to compass and bootstrap, you end up with the 'sass-bootstrap' bower component. Besides all the bootstrap stylesheets translated into sass, this library also includes all the...

bug

from other thread, the bower_components folder has moved outside the app folder. Unfortunately this break the gulp 'bower' task: by the way the task is not called correctly by the...

This is preventing me from running `grunt` successfully in a fresh, unmodified project. OS X 10.11.5 Fresh versions of Node and NPM as well

Add generator for module.component helper

module.js:327 throw err; ^ Error: Cannot find module 'lodash' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (C:\xampp\htdocs\laravel\node_modules\gulp\node_modules\vinyl-fs\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\lib\globule.js:14:9) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10)...

Not sure this is the fault of the generator, but other generators **do** work. Whenever I am running `yo angular` I'm getting this: > module.js:341 > throw err; > ^...