grunt-fontello icon indicating copy to clipboard operation
grunt-fontello copied to clipboard

grunt-fontello over proxy

Open jscti opened this issue 10 years ago • 3 comments

Hi

Is there a way to run your module over a corporate proxy ? :(

I got this pretty clear error : Creating session ...Error

Error : getaddrinfo ENOTFOUND

I already added my proxy domain/credentials in .npmrc .bowerrc and in PATH system variable and that works well, but is there a solution for your module ?

Thanks for this promising module anyways !

jscti avatar Oct 01 '14 11:10 jscti

I have the same issue I think..

wgorder avatar Dec 09 '14 14:12 wgorder

I have tried set proxy to npm ,but failed and still in trouble...finally ,I remove the 'fontello' in the Gruntfile.js and then it works well .

justein avatar Dec 26 '14 03:12 justein

Hi,

I made a PR containing a proxy option for your cases : see #21

ThomasCrevoisier avatar Jun 23 '15 08:06 ThomasCrevoisier