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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
the private repository at my company provides binaries with different name patterns than those allowed by this library.
I need a way to construct the binary name dynamically using the version of the package being installed. Something like this:
SASS_BINARY_NAME=linux-x64-57_binding-v{$version}.node
Also, the name pattern should be for the whole name of the artifact, no need to append stuff, limiting the names we can give...
Is something like this currently possible?