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

I add "ui-router" in this module. Fork from https://github.com/yeoman/generator-angular

Results 12 generator-angular-ui-router issues
Sort by recently updated
recently updated
newest added

npm ERR! peerinvalid The package generator-karma does not satisfy its siblings' peerDependencies require ments! npm ERR! peerinvalid Peer [email protected] wants generator-karma@>=0.8.2 npm ERR! peerinvalid Peer [email protected] wants generator-karma@~0.5.0 npm ERR!...

I did not get to install generator: npm install -g generator-angular-ui-router I am seeing this error: npm ERR! peerinvalid The package generator-karma does not satisfy its siblings' peerDependencies requirements! npm...

To execute `yo angular-ui-router:route 404` returns: ``` TypeError: Object 404 has no method 'toLowerCase' at new Generator (/usr/local/lib/node_modules/generator-angular-ui-router/controller/index.js:11:30) at Environment.instantiate (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:281:10) at Environment.create (/usr/local/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:258:15) at Generator.invoke (/usr/local/lib/node_modules/generator-angular-ui-router/node_modules/yeoman-generator/lib/actions/invoke.js:18:28) at /usr/local/lib/node_modules/generator-angular-ui-router/node_modules/yeoman-generator/lib/base.js:325:12 at...

It seems the repository here has already fixed that issue by permitting version superior than 0.5.0 but it's not reflected in npm

When new routes are generated using "yo angular-ui-router:route myroute" the new states are generated above '$stateProvider' in the app.js Angular module. This causes the following error: "Uncaught Error: No module:...

followup> yo angular-ui-router [?] Would you like to use Sass with the Compass CSS Authoring Framework? No [?] Would you like to include Twitter Bootstrap? Yes [?] Would you like...

Hi, sorry to bother you but i've got problems to install your module. When I run: > npm install -g generator-angular-ui-router I've got > npm ERR! peerinvalid The package generator-karma...

looking to https://www.npmjs.org/package/generator-angular-ui-router it seems that there's no generator for states , but there is for route. As one of the main feature of angular-ui-router is to provide $state in...

Hi, I don`t undestand many things in Gruntfile, for example. 1) Where set 2) Can I live watch for .html files 3) etc. Maybe, for nubes, describe It with more...

当我使用generator-angular-ui-router建立一个项目之后,引入angular-bootstrap之后,其中的所有指令都不可用了,希望能解答一下