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

NPM - bower installation throws the error

Using npm i installed the bower, but i got error on my cmd. how to fix this? here is the error: npm http 304 http://registry.npmjs.org/qs npm ERR! Error: ENOENT, lstat…
3gwebtrain
  • 14,640
  • 25
  • 121
  • 247
0
votes
1 answer

Ember CLI ember new fails on ember-cli-qunit

I've been trying to use Ember CLI to set up a new ember install, but the process keeps dying when trying to install ember-cli-qunit. I'm relatively new to using npm, bower, and ember so maybe this could just be an issue with me being dumb. Here is…
xJoshWalker
  • 457
  • 2
  • 12
0
votes
1 answer

bower dependencies to CONCAT to a project

I have a project and the current bower dependencies are a good fit for me. is there a way to concat them to the project without each time call bower install?
zoomZoom
  • 309
  • 3
  • 10
0
votes
1 answer

Unable to update Bower - to use Polymer

I'm unable to update Bower. I've tried following the instructions on this post but to no avail. I managed to update node without issue. Thanks in advance. System info: Bower version: 1.2.7 Node version: 0.10.29 OS: Darwin 13.2.0 x64
Jimi
  • 1,867
  • 7
  • 31
  • 55
0
votes
2 answers

Dealing with all the extra stuff created by Bower

I'm confused about the proper way to use Bower. When I install components I get a large bower_components directory that contains much more than just the files I am interested in. For example, if you install jQuery with bower you get a ton of source…
d512
  • 32,267
  • 28
  • 81
  • 107
0
votes
1 answer

Publish yeoman-generator. Does not publish bover.json and .bowerrc

I'm trying to publish my yeoman generator into npmjs. At the root of my generator I have bower.json and .bowerrc, but after the publication I try to install my generator and these files do not exist. Does anyone know why? Thanks in advance for your…
HelterShelter
  • 171
  • 2
  • 11
0
votes
1 answer

Trouble installing bower

I'm a frontend developer trying to get into backend development and am currently working on my first webapp using node.js for the backend. I am having some trouble trying to install bower. User@Users-MacBook-Pro-2 my-application (master) $ npm…
user3753098
  • 216
  • 1
  • 4
  • 14
0
votes
1 answer

Foundation5 causing error on grunt/bower build

When building my project using Grunt and bower, Foundation seems to be causing an error. You can see it downloading packages, etc, then it quits with: Fatal error: Unable to find suitable version for jquery Here's my bower.json: { "name":…
Graeck
  • 1,326
  • 1
  • 11
  • 15
0
votes
1 answer

How to stop Bower pulling more than I need?

I've only just started using Bower, so I'm likely doing it wrong. However, when I pull down jQuery through bower using this: bower install jQuery#1.9.1 I get a folder which is about 700k in size. The only thing I need in that folder however is the…
MasNotsram
  • 2,105
  • 18
  • 28
0
votes
2 answers

Bower hangs after checkout step of Install command.

I'm a github enterprise user and I'm using bower to point an internal repository to manage dependencies. I have set up a repo and included a bower.json file in the root directory. It looks like this: { "name": "Axis", "main": "Axis.js", …
nicksrandall
  • 3,008
  • 2
  • 12
  • 9
0
votes
1 answer

Bower installation on a vagrant machine

I am trying to install bower on a vagrant machine using following command npm install -g bower but i am getting following error npm WARN prefer global bower@1.3.2 should be installed with -g npm http GET…
Varun Chadha
  • 376
  • 2
  • 17
0
votes
1 answer

Make a Bower package using other Bower packages

I'm making a Bower package like Bootstrap but for my own projects. My Bower package is using some other Bower packages, so, I'd like to know how to register a Bower package using other bower packages ? Anthony
tonymx227
  • 5,293
  • 16
  • 48
  • 91
-1
votes
1 answer

Can't install bower in Linux

I try to install bower. I use Linux Mint 17.2 Rafaela I have node v0.10.25 and npm 1.3.10 I try to run in the terminal: sudo npm install -g bower and get: npm http GET https://registry.npmjs.org/bower npm http GET…
MariaMaria1
  • 25
  • 1
  • 6
-1
votes
1 answer

Bower install AngularJS failing

We use bower in our project to download front end related scripts. The project is hosted on Heroku. bower install is part of the build script. Everything was working fine until yesterday. Suddenly, bower is unable to install AngularJS. Here's my…
Shabin Muhammed
  • 1,092
  • 2
  • 18
  • 29
-1
votes
1 answer

Bower.json unable to install angular-ui-router?

I am very very new to configuring the front end dependencies using bower or npm. I am trying to install angular-ui-router library from bower and my bower,json file looks like this "angular-ui-map": "0.5.0", "angular-ui-router":…
1 2 3
23
24