angularjs - Where is .bowerrc file in a Yeoman generated Angular app? -


I can see that by which the yo angular is running after .bowerrc Specifies the file. . But for me, the .bowerrc file is missing, I did not say the sources that it is no longer in use. So if I still need it, then where can I get it?


Update: The reason I did not have. Borrick was because my yo angular was not completed due to errors

Just create .bowerrc file with that content in your root

  {"directory": "app / component", "jason": "bower. Jason" // add this line} / Code>  

All packages will be installed in that package. Then create a file bower.json with that content

  {"name": "project", "version": "0.0.0", "authors": "", "description" : "", "License": "mit", "dependency": {"jquery": "~ 2.1.0", "angular": "~ 1.2.13", "angular-resource": "~ 1.2.13 "," Angle path ":" ~ 1.2.13 "}}  

and run it with node prompt bower install

Hope is

will help you

Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -