Questions tagged [bower-install]

Bower is a package manager for the web.

Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.

Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).

Home: http://bower.io/

346 questions
57
votes
3 answers

Problems updating bower to the latest version

I am using bower $ bower -v 0.9.2 latest version of bower is 1.x.x https://github.com/bower/bower/releases I run to update bower to the latest version npm update -g bower this does not help I still have $ bower -v 0.9.2
Nedudi
  • 4,814
  • 2
  • 35
  • 31
54
votes
8 answers

How to install a bower package using a private git server (SSH)?

EDIT: this guy do exactly the same with success, can't figure out why it's not working for me. I've just installed git and setup permissions/SSH authentication with public/private key (Centos 6.5). I'm able to pull/push without problems using…
gremo
  • 45,925
  • 68
  • 233
  • 380
24
votes
1 answer

How to fix "bower ENOTFOUND"

I'm trying to install https://github.com/catarse/catarse script on VPS(on my local machine works fine) and I have an error when I enter the command bower install: bower checkout catarse_admin#master bower resolved …
Croaton
  • 1,662
  • 2
  • 13
  • 26
24
votes
3 answers

How do you uninstall Bower (the package manager)?

How do you uninstall Bower? I mean the package manager, not the packages (that I have already uninstalled).
Romain Poirier
  • 371
  • 1
  • 2
  • 10
23
votes
4 answers

Installing Bootstrap 4 with bower

I have generated a yeoman website and that comes along with bootstrap 3, how can I install bootstrap 4 instead. The tutorials all say to just run "bower install bootstrap", but that just installs bootstrap 3 again.
Henry00
  • 321
  • 1
  • 2
  • 9
23
votes
2 answers

How to use Bower (installed from nuget) in Visual Studio?

I am trying to use bower inside Visual Studio 2013. First I installed bower (not bower.js) via nuget's Package Manager Console. Then I thought I could simply type PM> bower init inside the PMC to generate the bower.json. But then it gave me this…
Justin XL
  • 37,545
  • 7
  • 79
  • 128
21
votes
6 answers

Bower install - failed with ETIMEDOUT

When I run bower install, I get the following error: Request to https://bower.herokuapp.com/packages/jquery failed with ETIMEDOUT, retrying in 1.8s But when I run the same URL in the address bar of Chrome, I get the json. I don't know why…
AlwaysALearner
  • 42,826
  • 9
  • 93
  • 78
19
votes
3 answers

bower ENOTFOUND Package App States=bower.json not found

How can I fix the following problem? aaa@aaa $ bower install bower.json bower bower.json#* cached git://github.com/Kalitte/app-states.git#0.6.9 bower bower.json#* validate 0.6.9 against…
Celik
  • 1,825
  • 1
  • 25
  • 45
18
votes
3 answers

Issue installing bower on windows

I'm using Windows 7 64bit and I install Bower with npm install -g bower It seems to install correctly. npm http GET https://registry.npmjs.org/amdefine npm http 304 https://registry.npmjs.org/amdefine C:\Program Files (x86)\Git\local\bower ->…
mottosson
  • 2,181
  • 2
  • 22
  • 47
17
votes
3 answers

Bower install hangs

I am trying to install packages with bower. No matter what package I seem to try to install, bower outputs nothing and hangs. The verbose flag does not give more information. strace outputs a long series of: gettimeofday({1401644126, 563885}, NULL)…
Matt
  • 763
  • 6
  • 14
15
votes
2 answers

Bower install fails to find satisfying version, although there is a matching tag on GitHub

I am having problems installing bower dependencies on a Windows installation. Installation fails for me on Windows 7 x64, with git 2.6.4.windows.1, node v5.4.1, npm 3.3.12, bower 1.7.2. It works for a colleague on OSX (git 2.5.4, node v4.1.1, npm…
Leon Adler
  • 2,330
  • 1
  • 21
  • 38
13
votes
1 answer

grunt bower-install of a shimmed bower dependency

I've bower installed some Git repo that I need for my application and I did it by doing the following: bower install git://github.com/user/cooltool.git --save grunt bower-install and then I get the following error: cooltool was not injected in your…
Kristian
  • 19,340
  • 14
  • 84
  • 156
13
votes
6 answers

NPM install for packages not working

T hanks in advance for any help I can get. I am trying to install packages like grunt, bower, and yeoman using nodejs and the NPM in my mac OSX 10.8's terminal. I check node and NPM's versions to confirm they are installed correctly and have found…
user2793755
  • 131
  • 1
  • 1
  • 6
12
votes
2 answers

Bower install display prompt input message debian

I am getting a problem trying to execute a bower install on my project I am just executing bower install command on my debian OS but when this is recognizing the dependencies defined on my bower.json. its got stuck in a part that I dont…
jorgevasquezang
  • 948
  • 1
  • 8
  • 16
12
votes
2 answers

bower ECMDERR Failed to execute "git ls-remote --tags --heads > git@github.om:mobify/bellows.git", exit code of #128

I am trying to install the pinny1.0 plugin using bower as: bower install https://github.com/mobify/pinny.git#pinny-1.0 But meanwhile installing the plugin, I am getting issues as: bower ECMDERR Failed to execute "git ls-remote --tags --heads …
Rupendra
  • 548
  • 2
  • 10
  • 35
1
2 3
23 24