node-sass icon indicating copy to clipboard operation
node-sass copied to clipboard

How to set a different artifact name pattern

Open maitefdupont opened this issue 5 years ago • 1 comments

Hello,

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?

maitefdupont avatar Feb 12 '20 14:02 maitefdupont

You can deploy your binary directly with a proper name we expect into vendor/linux-x64-57/binding.node file and this should work.

We don't support patterns in the names like this.

saper avatar Feb 12 '20 23:02 saper