Questions tagged as 'bower'

1
answer

Error installing gulp

I'm installing gulp on my Windows 7 with the command gulp . But it's giving me the following error: [11:21:03] Error in plugin 'gulp-bower' Message: Failed to execute "git ls-remote --tags --heads git://github.com/thomaspark/ bootswa...
asked by 28.07.2015 / 16:30
1
answer

Problem with startar gulp serve

Good afternoon, I'm creating a portal in AngularJS and Node. After installing the npm npm install and bower bower install The tutorial asks you to do the gulp serve command, but it has the following return:    [1...
asked by 17.11.2016 / 16:59
0
answers

Composer SSL3_GET_SERVER_CERTIFICATE: certificate verify failed

Work in a public agency and here the accesses are very restricted. I've been experiencing problems trying to run "composer install" or "composer update", this is also true for NPM or Bower. The details of the error when trying to run "compose...
asked by 24.07.2015 / 15:35
0
answers

I'm having trouble with Bower installation, how do I solve it? [closed]

I'm having trouble with bower installation, I already had it installed, I even worked on some projects using "yo + grunt + bower". However, today when I was creating a new project I got a problem in running bower, when I run the command to insta...
asked by 19.07.2014 / 03:30
1
answer

How to use bower to install from a bitbucket repository

Here at the company where I work, we have some libraries that we develop specifically for the company. So I'm using bitbucket, with a private repository. How can I install via bower , a javascript or css library, which is...
asked by 14.03.2016 / 15:00
1
answer

How to use Bower components using Gulp

I use Gulp to help me in development, even if I need the bootstrap or low jquery I put in the folders I choose and ok, but I would like to use bower , but I do not quite understand what I do to use the components that are via bow...
asked by 26.11.2015 / 19:03
1
answer

How to create a server for private bower?

I have several frontend packages developed by my team, all of these packages are private and I can not register them in the bower public repository . Is it possible to have a private server containing all these packages within my corporate inf...
asked by 13.09.2015 / 02:49
0
answers

JSP + netbeans + bower project

Good afternoon everyone! My question is the following ... I have a newly created JSP project in netbeans and I want to work with bower to manage the packages from my front end. Where should I create the bower_components folder? If it...
asked by 11.10.2016 / 19:48
1
answer

Bower in Visual Studio 2015

I downloaded Visual Studio 2015 Community and went to test to see if everything was OK. But it is not, when I create an ASP.NET MVC 5 web project, the bower.json file does not 'offer' Intellisense as it shows in some tutorials. Anyone have any i...
asked by 09.10.2015 / 06:33
3
answers

How to specify directory where bower will place the dependencies?

I installed here on my machine bower globally. npm install -g bower Then when I use the command bower install jquery , it installs it in the folder named bower_components . Is there any way to get bower to insta...
asked by 03.02.2016 / 14:44