Questions tagged [bower]

Bower is a package manager for the web. Bower lets you easily install assets such as images, CSS and JavaScript, and manages dependencies for you.

Bower is an open source package manager for the web. Bower lets you easily install assets such as images, and , and manages dependencies for you. Assets can be any type of component, and any type of transport can be used.

3166 questions
1
vote
0 answers

Why does installing angular-devise via bower actually install AngularDevise?

When i run bower i --save angular-devise I end up with AngularDevise in my bower.json, instead of angular-devise, though it looks like it indirectly installs it. bower.json looks like "dependencies": { "AngularDevise":…
tim_xyz
  • 11,573
  • 17
  • 52
  • 97
1
vote
0 answers

Visual Studio 2015 task runner explorer missing bower task

In my ASP.NET 5 Web Application project using ASP.NET 5 Web Application template when I run Task Runner Explorer, I don't see the Bower task as shown in first figure of this tutorial. Here is screenshot of my Task Runner Explorer:
nam
  • 21,967
  • 37
  • 158
  • 332
1
vote
2 answers

How can I get bower and grunt to add angular-bootstrap ui dependency?

I am learning node.js, and a trying to use automated tools to manage AngularJS apps. Towards that end, I have nodejs, grunt, yeoman, and bower installed in a centos 7 devbox and am experimenting with an AngularJS app that I have created in the new…
CodeMed
  • 9,527
  • 70
  • 212
  • 364
1
vote
1 answer

How to use bower for Github Blog

I don't know whether it's valid questions or not. I am creating a blog on Github for the first time. I am using bower as package manager. Here's my bower.json file. { "name": "Code Pulses", "version": "1.0.0", "authors": [ …
Hitesh Kumar
  • 3,508
  • 7
  • 40
  • 71
1
vote
1 answer

Change library file while building app with grunt and wiredep

I have angular application from yeoman-angular generator. I do have that code in index.html: ... ... unresolved write property line 8066 jQuery.active…
que1326
  • 2,227
  • 4
  • 41
  • 58
1
vote
2 answers

IntelliJ - Bower command not found

I'm trying to initialise bower on a AngularJS project created with IntelliJ. I could install it correctly in the project using npm install bower But when I run bower init I get bower: command not found even if I can see it in my project, into…
Davide
  • 1,305
  • 3
  • 16
  • 36
1
vote
2 answers

Modify files after Bower install

I manually downloaded the css and js files for an angular module (Click here). I made a minor change to the css (changed max-width for media query): Original: @media only screen and (max-width: 800px) {...} Modified: @media only screen and…
Dev
  • 149
  • 1
  • 1
  • 11
1
vote
0 answers

Combine and minify all bower libraries into one file webpack

I use bower to require my fronted css/js dependencies, I referenced all of them from my index.html view which also include my react app bundle in this html. For the bundle.js of my react app everything is OK and webpack does the job well. My…
Aaleks
  • 4,283
  • 5
  • 31
  • 39
1
vote
1 answer

ember: handlebars does not satisfy its siblings' peerDependencies

I've just updated ember to 2.4.2: % ember -v version: 2.4.2 node: 5.8.0 os: darwin x64 and when I enter: ember init to re run the blueprint as described here: https://github.com/ember-cli/ember-cli/releases/tag/v2.4.2 I get the following error: …
Don Giulio
  • 2,946
  • 3
  • 43
  • 82
1
vote
1 answer

DataTables bower update error (multi platform)

This doesn't come to our colleague who has Mac, but my other colleague with Windows experienced it recently also. We have bower taking care of the JS libraries in our application, and often times when I bower update, I'm facing: λ bower update bower…
Csaba Toth
  • 10,021
  • 5
  • 75
  • 121
1
vote
0 answers

Rails app running on passenger appears to freeze on process startup

I have a Rails app that is using the Gemfile attached to this post. When I a try to deploy the app on production using passenger and apache, on the first visit to the website, the browser keeps loading forever and no error is thrown at the page or…
vidriloco
  • 71
  • 1
  • 5
1
vote
0 answers

Error no.154 with gulp in windows 8

i'm been trying to run gulp serve but everytime it throws this error. I have gone through many solutions given in StackOverflow but nothing solved it. I have Installed the lastest versions : Node, Git, npm, bower and gulp. The paths have been…
1
vote
4 answers

Uncaught Error: [$injector:modulerr] Failed to instantiate module toastr

I am working on a SailsJS web app, using Angular. However, I am running into issues. When I load my page, nothing appears and the copnsole is full of errors, most elating to angular.js ncaught Error: [$injector:modulerr] Failed to instantiate…
George Edwards
  • 8,979
  • 20
  • 78
  • 161