You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suggestion: add process.env.npm_config_sharp_dist_base_url in libvips-*.tar.gz download base url, then we can config it in npmrc file.
That means in ./install/livavips.js file: const distBaseUrl = process.env.npm_config_sharp_dist_base_url || process.env.SHARP_DIST_BASE_URL || https://github.com/lovell/sharp-libvips/releases/download/v${minimumLibvipsVersion}/`;`
The text was updated successfully, but these errors were encountered:
suggestion: add
process.env.npm_config_sharp_dist_base_url
in libvips-*.tar.gz download base url, then we can config it innpmrc
file.That means in
./install/livavips.js
file:const distBaseUrl = process.env.npm_config_sharp_dist_base_url || process.env.SHARP_DIST_BASE_URL ||
https://github.com/lovell/sharp-libvips/releases/download/v${minimumLibvipsVersion}/`;`The text was updated successfully, but these errors were encountered: