adam-lynch / gulp-image-data-uri

Converts images to data URIs
http://www.adamlynch.com
MIT License
12 stars 9 forks source link

error installing using npm i #16

Closed hvb-pla closed 2 years ago

hvb-pla commented 2 years ago

i'm getting the following error while trying to install the package using npm i:

npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adam-lynch/datauri.template.git npm ERR! npm ERR! fatal: remote error: npm ERR! The unauthenticated git protocol on port 9418 is no longer supported. npm ERR! Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

seems to me that the datauri.template repo dependency needs to be fixed. your support would be appreciated!

best regards!

adam-lynch commented 2 years ago

That should be fixed now, I just published v1.2.3.

P.. Huh, I didn't know anyone used this. Heads up, I had to use Node 10 to be able to compile and publish it. I didn't look into it too deeply but apparently Gulp 3 doesn't like Node 12+.