This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Description
Installing node-sass via npm install on Windows Server 2012:
npm install node-sass
downloads a native bindings library for win32-x64. This library, when node-sass is run on a box that does not have AVX enabled, exits with a STATUS_ILLEGAL_INSTRUCTION (0xC000001D). Is it possible to have a different version (compiled without AVX instructions) of the bindings installed if the platform does not support them?
System information:
npm -v
3.10.10
node -v
v6.9.3
node -p process.versions
{ http_parser: '2.7.0',
node: '6.9.3',
v8: '5.1.281.89',
uv: '1.9.1',
zlib: '1.2.8',
ares: '1.10.1-DEV',
icu: '57.1',
modules: '48',
openssl: '1.0.2j' }
node -p process.platform
win32
node -p process.arch
x64
node -p "require('node-sass').info"
node-sass 4.2.0 (Wrapper) [JavaScript]
libsass 3.4.3 (Sass Compiler) [C/C++]
npm ls node-sass
`-- [email protected]