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
4
votes
5 answers

Error installing Bower (ERR! tar.unpack untar error)

I get this error when trying to install Bower. Is this a bug or am I doing it wrong? I also have 4707 lines of npm-debug.log file if needed... Thanks! This is a dump from the terminal when trying to install Bower locally, but I get the same error…
Martin at Mavrix
  • 244
  • 2
  • 3
  • 6
3
votes
2 answers

angular-file-saver is not installed

Hi All Experts of Angularjs I am using bower install for my angular project "file-saver.js": "^1.20150507.2", "angular-file-saver": "^1.1.3", I am getting error when bower install, FileSaver repository not found, I checked it in GitHub, This…
3
votes
1 answer

Why some dependencies are not able to install using npm but instead bower and vice versa

I tried to install "angular-jk-carousel" with npm and its not getting installed but with bower it works as expected. but in official document of "angular-jk-carousel" it is mentioned that it can be install with both either npm or bower. I tried to…
iUbaid
  • 313
  • 2
  • 16
3
votes
0 answers

Using npm or Bower in Visual Studio for Mac

I have a situation in which I need my ASP.NET Core 2 MVC project to be cross-platform. Unfortunately it appears that I can't use Bower or npm integrated into the IDE (as I can with Visual Studio 2017), so I'm going to need a solution that works for…
vargonian
  • 3,064
  • 3
  • 27
  • 36
3
votes
2 answers

How to run a maven webapp with bower in eclipse?

I am trying integrate bower in my maven webapp here is my pom.xml and and bower.json but i was failed to download the dependencies. this here is my pom.xml and bower.json files.And one more question does i need the nodejs or npm help to download the…
3
votes
1 answer

Why bower installs latest versions of packages and not the exact ones that I want?

Having this in bower.json { "name": "test", "dependencies": { "jquery": "2.2.4", "html5shiv": "3.6.2" } } and running bower install bower installing not this versions but the latest ones (jquery 3.0.0-rc1 & html5shiv…
SovietSam
  • 91
  • 1
  • 3
3
votes
2 answers

Can't install bower package from private git repo

I've got private repo. For example if i'll try to clone it git will ask me my username and password. Now i've created bower package and push it to my repo. When I try to install it I see this error: bash: /dev/tty: No such device or address error:…
Sergey Tyupaev
  • 1,264
  • 9
  • 23
3
votes
1 answer

Bower install: Error: EISDIR: illegal operation on a directory, read

I had to upgrade node.js to v4+ (now on 4.1.0) and I am having issues now with Bower (1.5.2). I am not 100% sure that the issue started immediately after the upgrade of node.js though. On all of my angular/ionic projects I get "Error: EISDIR:…
mvermand
  • 5,829
  • 7
  • 48
  • 74
3
votes
0 answers

Bower v1.5.2 : EINVALID errors when installing dependencies

Since updating bower to version 1.5.2, a get EINVALID error when bower is installing : font-awesome : The "main" field cannot contain font, image, audio, or video files select2 : The name has to end with a lower case character from a to…
sdespont
  • 13,915
  • 9
  • 56
  • 97
3
votes
1 answer

Why does bower not install socket.io.js file?

When I run bower install socket.io bower installs just fine but when looking at the installed file there is no socket.io.js file.. the issue with that is when trying to use the bower components as dependencies in my project I can't…
John Ruddell
  • 25,283
  • 6
  • 57
  • 86
3
votes
1 answer

gulp-inject not loading all bower components

I'm using the yeoman generator-gulp-angular to scaffold my app. I installed ng-18next with bower, and the package and it's dependency were both correctly installed in the bower_components directory. However, when I run gulp serve and view the source…
neridaj
  • 2,143
  • 9
  • 31
  • 62
3
votes
3 answers

Install ng-table with bower

hi I have a problem installing ng-table with bower bower install ng-table "module.js:340" "throw err;" ^ Error: Cannot find module 'insight' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load…
mark martin
  • 31
  • 2
  • 5
3
votes
1 answer

Installing bootstrap-web-components to polymer

I am playing with polymerjs. Goal I want to create a custom element using polymerjs with bootstrap modal dialog encapsulated in this custom element. The clean solution seems to be to use mike costello's…
Igor L.
  • 3,159
  • 7
  • 40
  • 61
3
votes
1 answer

How to install package locally in bower?

I am trying to install a local Jquery ui through bower. I have a local folder called jquery-ui and ran the following command bower install jquery-ui/jquery-ui.min.css --save It gave me the following errors bower jquery-ui.min.css#* resolve…
FlyingCat
  • 14,036
  • 36
  • 119
  • 198
3
votes
1 answer

Getting "Error: EACCES, mkdir" whenever I try to install something with bower

I am trying to install bootstrap with bower. I have install bower globally with npm. But whenever I try to install bootstrap with bower I get the following error - Stack trace: Error: EACCES, mkdir …
odbhut.shei.chhele
  • 5,834
  • 16
  • 69
  • 109