We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b1848 commit 24a6b51Copy full SHA for 24a6b51
1 file changed
lib/extensions.js
@@ -47,11 +47,9 @@ function getBinaryName() {
47
} else if (process.env.SASS_BINARY_NAME) {
48
binaryName = process.env.SASS_BINARY_NAME;
49
} else {
50
- var v8SemVersion = process.versions.v8.split('.').slice(0, 3).join('.');
51
-
52
binaryName = [process.platform, '-',
53
process.arch, '-',
54
- v8SemVersion].join('');
+ process.versions.modules].join('');
55
}
56
57
return [binaryName, 'binding.node'].join('_');
0 commit comments