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

Bower Tunnelling error in corporate proxy

I am trying to setup new Ember application using ember-cli but getting this error even after updating proxies in "C:...\bower\node_modules\bower-config\lib\util\defaults.js" Installed packages for tooling via npm. Error creating new application.…
Vishnu
  • 51
  • 1
  • 4
2
votes
1 answer

npm/bower - Basic questions(Why it requires for just AngularJS then?)

I read about npm and bower, differences, usage, how it works, purpose as well. All explanation says that to work in NodeJs. But when I searched for AngularJS2, the tutorial says use npm. I have some basic questions based upon the understanding that…
Shamseer
  • 682
  • 1
  • 11
  • 24
2
votes
1 answer

Bower: Unable to find a suitable version for angular

thanks for your time. I am having this issue "Unable to find a suitable version for angular" and I don't know what to do because I get many options, if you were in my shoes what would you do in this case?? This is my bower.json file: { "name":…
lito
  • 3,105
  • 11
  • 43
  • 71
2
votes
1 answer

Instruct bower to use exact version by default, not range

When one issues a bower install mypackage --save, by default, for version, bower uses the tilde range selector (~) prefix for the latest patch version: "angular-ui-grid": "~3.1.0" Because in reality patch versions do cause breaking changes (we've…
core
  • 32,451
  • 45
  • 138
  • 193
2
votes
0 answers

bower install lib in different folders in different computers

I'm trying to install x2js with bower, doing the following: $ bower install x2js In my computer when I do the bower install, I'm getting: $ bower install x2js bower x2js#~1.1.7 not-cached git://github.com/abdmob/x2js.git#~1.1.7 bower…
rahpuser
  • 1,224
  • 10
  • 31
2
votes
1 answer

Bower: invalid option: --allow-root

I'm having this issue on ubuntu 14.04LTS: When I do rake bower:install:dev I get: Error: EACCES, permission denied 'home/MyName/.config/configstore/bower-github.yml' You don't have access to this file. When I do sudo rake bower:install:dev I…
MeesterPatat
  • 2,671
  • 9
  • 31
  • 54
2
votes
0 answers

How to find suitable version for angular

I get the following error when I run bower. How do I resolve it? $ bower install --save angular-touch bower angular-touch#* cached git://github.com/angular/bower-angular-touch.git#1.4.6 bower angular-touch#* validate 1.4.6…
Smitha
  • 6,110
  • 24
  • 90
  • 161
2
votes
1 answer

Dockerizing npm & bower install using the digitallyseamless/nodejs-bower-grunt docker image

I am trying to use docker in order to run npm & bower install. Here is my configuration: ./package.json { "name": "bignibou-client", "version": "0.1.0", "engines": { "node": "0.10.x" }, "devDependencies": { "bower": "1.3.12", …
balteo
  • 23,602
  • 63
  • 219
  • 412
2
votes
1 answer

How to run project based on Nodejs, when getting message like Unresponsive script?

When run nodejs project, the message like Unresponsive script I got one project on git-hub based on angularjs-rickshaw. It is based on nodejs, bower. Project: ngyewch/angular-rickshaw Demo of above project: DEMO I want to run above project on my…
geeks
  • 2,025
  • 6
  • 31
  • 49
2
votes
1 answer

Permanently add bower proxy

How do I permanently add bower proxy to my system so I do not have to edit the .bowerrc file for every project and add { "proxy":"http://:", "https-proxy":"https://:", } I have added the proxys to my OS with: export…
Cisum Inas
  • 11,552
  • 11
  • 40
  • 55
2
votes
1 answer

Installed bower dependencies not on latest commit

I have a git project which contains a bower.json file which contains several dependencies. It looks like this: //module1 "dependencies": { "devbridge-autocomplete": "devbridge/jQuery-Autocomplete#~1.2.21", "backbone": "~1.2.1", …
andrsnn
  • 1,591
  • 5
  • 25
  • 43
2
votes
0 answers

bower init default values

Is there any way to pass some basic values as argument in bower init command? So that there is no need for manually entering the values. for e.g. bower init --default-params
Pritish Jain
  • 79
  • 1
  • 9
2
votes
1 answer

Why does wiredep keep removing my bower component?

Whenever the wiredep grunt task runs, it removes socketio. ~/.g/p/g/g/s/b/f/brody % git diff diff --git a/app/app/index.html b/app/app/index.html index 9abc970..f9dd603 100644 --- a/app/app/index.html +++ b/app/app/index.html @@ -65,7 +65,6 @@ …
if __name__ is None
  • 11,083
  • 17
  • 55
  • 71
2
votes
1 answer

Arguments to path.join must be strings when installing Bower on Mac OSX

I am experiencing the following error when attempting to install Bower on Mac OSX Mavericks. Craig-R-Mortons-MacBook:crmpicco crmpicco$ node_modules/bower/bin/bower cache clean Craig-R-Mortons-MacBook:crmpicco crmpicco$ node_modules/bower/bin/bower…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
2
votes
3 answers

npm bower install fails (hangs at same spot)

I am have been attempting to install bower repeatedly for days. The install hang at the same point - npm verb about to build C:\Users\spjbd\AppData\Roaming\npm\node_modules\bower\no de_modules\insight npm info build…
Jason
  • 7,612
  • 14
  • 77
  • 127