No-dependency micro helper for developers of binary addons for Node that checks the cache for an artifact before attempting to build a project. Save time for your users!
With this change it's possible to install re2 package for specific platform (e.g. npm install re2 --platform=linux). I had a problem with deployment to AWS Lambda as it uses linux platform while macOS is darwin. Sharp has this configuration too.
With this change it's possible to install re2 package for specific platform (e.g.
npm install re2 --platform=linux
). I had a problem with deployment to AWS Lambda as it useslinux
platform while macOS isdarwin
. Sharp has this configuration too.