imgbi / img.bi

img.bi main website
GNU General Public License v3.0
194 stars 29 forks source link

Issues installing #68

Open gr0undzer0 opened 7 years ago

gr0undzer0 commented 7 years ago

I'm getting a 404 error when using npm install. Its failing because its trying to download libvips-8.2.0 at a url (https://dl.bintray.com/lovell/sharp/) that no longer has 8.2.0 available. Are you guys running into this when you build?

rugk commented 7 years ago

libvips is not mentioned in the package.json AFAIK. The only thing I had to do to get it working is to manually install bcrypt (npm install bcrypt).