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/

351 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
  • 5,639
  • 2
  • 42
  • 37
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
  • 47,186
  • 75
  • 257
  • 421
25
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
  • 431
  • 1
  • 4
  • 10
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,812
  • 3
  • 18
  • 28
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
  • 421
  • 1
  • 3
  • 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
  • 38,763
  • 7
  • 88
  • 133
21
votes
7 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
  • 43,759
  • 9
  • 96
  • 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
  • 2,311
  • 2
  • 32
  • 54
18
votes
2 answers

Unable to resolve file-saver.js dependency file from bower install angular-file-saver

I'm using the following command - bower install angular-file-saver --save , which has internal dependency on bower file-saver.js#~1.20150507.2. This dependency is not able to download as this is not available at this git url - …
PradeepKumar
  • 203
  • 2
  • 7
18
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
  • 800
  • 1
  • 7
  • 15
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
  • 3,283
  • 4
  • 35
  • 73
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,993
  • 1
  • 29
  • 42
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
  • 21,204
  • 19
  • 101
  • 176
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
13
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
  • 608
  • 2
  • 11
  • 42
1
2 3
23 24