internetarchive / dweb-mirror

Offline Internet Archive project
https://www-dweb-mirror.dev.archive.org/
GNU Affero General Public License v3.0
256 stars 27 forks source link

sharp is blocking install #368

Open mitra42 opened 1 year ago

mitra42 commented 1 year ago

There seem to be issues around sharp - problems installing it either with permissions (it tried to access ~/.npm/_libvips) or because when installed something else tried to access a file that doesnt exist vips/vips8

My solution was to upgrade node, npm and yarn - I'm not sure which if any were needed, change the ownership of ~/.npm/_libvips to myself and reinstall with yarn.. That worked (after multiple other things failed). But I'm not sure it was a universal solution.

mitra42 commented 1 year ago

Turns out its not universal - see #374