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
0
votes
0 answers

I cant install Bower with npm 2.7.4

My env is Ubuntu 14.04 and I'm using node v0.12.2.. I have installed node via nvm tool.. When Bower is installing, the errors is getting.. npm install -g bower npm ERR! registry error parsing json npm ERR! registry error parsing json npm ERR!…
MURATSPLAT
  • 4,650
  • 1
  • 13
  • 12
0
votes
1 answer

grunt bowerInstall not working

I'm setting up a new AngularJS project (first time for me) and I'm finding it very touchy... Latest issue is getting bower to properly configure things in my index.html file. If I just hardcode things to the googleapis, it all works just fine…
JESii
  • 4,678
  • 2
  • 39
  • 44
0
votes
1 answer

Bower install doesn't seem to be working (Windows 7) - not getting bower_components directory, grunt serve cannot find bower packages

I'm having problems getting bower install working. I'm running through a yo webapp generator which does scaffolds out for me. In my bower.json file, it give me two dependencies: { "name": "webapp-test", "private": true, "dependencies":…
magenta placenta
  • 1,461
  • 7
  • 22
  • 34
0
votes
1 answer

I am a newbie about bower. How can I set central repository and make every projects reference it?

Like the title, I am a newbie about bower. I want to make central repository. Because I have to make many prototype projects using bower. Whenever I make the project and finish making the bower.json file, I have to download the dependency into my…
verystrongjoe
  • 3,831
  • 9
  • 35
  • 66
0
votes
1 answer

Why when I use bower to install jquery vs jquery#[tag] do I pull down different repositories?

bower install jquery bower install jquery#1.9.1 And then, how can I install jQuery 1.9.1 via bower and have the jquery distribution folder available?
Elise Chant
  • 5,048
  • 3
  • 29
  • 36
0
votes
1 answer

Bower Not Found

I have seen this question asked 10000 times, but none of the answers seems to fit my situation. When I try to run a command that requires bower like: foundation new projet It says: Can't find bower. You can install it by running: sudo npm install…
Luis Valdez
  • 2,339
  • 4
  • 16
  • 21
0
votes
1 answer

Adding bower component to gulpfile

I don't know why, but I have a problem with a little Yeoman project with Bower and Gulp. Little question: I installed a component with this command. bower install angular-bootstrap-show-errors -S That's works great. But if I look in the gulpfile.js…
PatrickB
  • 3,225
  • 5
  • 31
  • 55
0
votes
1 answer

How to force updating of the bower.json dependencies per default using Bower?

When a package is being installed/uninstalled, the option/flag --save/--save-dev can be used, in order to update the dependencies/devDependencies section of the bower.json file, e.g.: $ bower install bootstrap --save bower.json { "name": "...", …
automatix
  • 14,018
  • 26
  • 105
  • 230
0
votes
1 answer

bower packages with submodules polymer

We are developing a toolset of components which are available through bower. When we looked at the Polymer components we noticed that they make use of 'bower install Polymer/Module' My question is how do they manage to work with these "submodules"…
user3093036
  • 102
  • 7
0
votes
1 answer

`bower` throws error install the `jquery`

Using the Windows PowerShell I am creating a .bowerrc file and trying to install the jquery using bower. i am turn up with error. i am not understand the wrong what i do here.. any one figure out me please? here is my steps: PS…
3gwebtrain
  • 14,640
  • 25
  • 121
  • 247
0
votes
1 answer

Unable to register my bower package - No versions available

My bower package sass-smacss: https://github.com/leongaban/sass-smacss And my bower.json file: { "name": "sass-smacss", "version": "1.0.0", "description": "SMACSS based SASS modules for organized style writing", "homepage":…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
0
votes
1 answer

bower install bootstrap-saas giving ENOTFOUND error

I am using the following command: bower install bootstrap-saas However it says 'Package bootstrap-saas not found' Any solution regarding this will be helpful.
Asutosh
  • 1,775
  • 2
  • 15
  • 22
0
votes
2 answers

bower install causing unrelated package to change version

I'm using bower 1.3.12 Here is my bower.json { "name": "my_project", "version": "0.0.0", "authors": [ "ME " ], "main": "index.php", "license": "None", "homepage": "http://project.com", "private": true, "ignore":…
emersonthis
  • 32,822
  • 59
  • 210
  • 375
0
votes
1 answer

bower installation failed.. npm is errors?

install bower i have probleme i'm use this command : sudo npm install bower -g npm http GET https://registry.npmjs.org/bower npm ERR! Error: failed to fetch from registry: bower npm ERR! at…
0
votes
1 answer

Bower install anuglar-module is installs angular instead?

I am trying to install this angular module (angular-stripe). When I type bower install angular-stripe (as the docs recommend) I get: bower angular-stripe#* cached git://github.com/bendrucker/angular-stripe.git#4.1.0 bower angular-stripe#* …
Startec
  • 12,496
  • 23
  • 93
  • 160