drdk / grunt-dr-svg-sprites

Grunt plugin to create SVG sprites with PNG fallbacks at needed sizes
113 stars 19 forks source link

Can't install 0.9.4 via NPM #19

Closed benfrain closed 10 years ago

benfrain commented 10 years ago

Trying to install to the latest version (0.9.4) and install fails at this point:

npm ERR! git clone git://github.com/rasmusfl0e/svg2png.git Cloning into bare repository '/Users/benfrain/.npm/_git-remotes/git-github-com-rasmusfl0e-svg2png-git-34b7e6e5'...
npm ERR! git clone git://github.com/rasmusfl0e/svg2png.git fatal: unable to connect to github.com:
npm ERR! git clone git://github.com/rasmusfl0e/svg2png.git github.com[0: 192.30.252.130]: errno=Operation timed out
npm ERR! Error: Command failed: Cloning into bare repository '/Users/benfrain/.npm/_git-remotes/git-github-com-rasmusfl0e-svg2png-git-34b7e6e5'...

Any ideas?

benfrain commented 10 years ago

Actually, I'm wondering if it is to do with the package.json of dr-svg-sprites specifying git as the transfer protocol for svg2png. I know I have had problems with git as the transfer protocol in the past (due to firewall restrictions at my location). Is it possible to define use of either git or http protocol on the dependency (I have no idea if that is even possible)?

phloe commented 10 years ago

I'll switch the svg2png dependency from my own fork to the original npm module tommorrow after successful tests tomorrow.

benfrain commented 10 years ago

Fantastic. I'll give it a whirl as soon as you are ready. Thanks! On 19 May 2014, at 22:58, Rasmus Fløe notifications@github.com wrote:

I'll switch the svg2png dependency from my own fork to the original npm module tommorrow after successful tests tomorrow.

— Reply to this email directly or view it on GitHub.