gavro / gulp-iconify

'A mystical CSS icon solution', grunticon-like build system.
MIT License
50 stars 22 forks source link

node-sass dependency can't be found #39

Open jfoo1984 opened 7 years ago

jfoo1984 commented 7 years ago

I get this error when doing npm install with gulp-iconify in my package.json

Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/darwin-x64-57_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/darwin-x64-57_binding.node":

HTTP error 404 Not Found

I believe it is related to this issue, https://github.com/sass/node-sass/issues/955. Basically, this is a very old version of node-sass. Is it possible to update the version?