Answer the question
In order to leave comments, you need to log in
Setting a proxy for bower?
On firsvds vps, Ubuntu 16.04 OS, created a git user, installed git, npm, composer, bower.
I clone the project repository from git, install composer dependencies, then I want to install dependencies from bower, but I get an error: bower search leads to ECONNREFUSED #1049
Googling found a solution, this is to specify a proxy in .bowerrc:
{
"proxy": "http://user:[email protected]:port/"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question