This repository was archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
4.7.0-4.7.2 binaries incompatible with CentOS 5 - ELF file OS ABI invalid #2159
Copy link
Copy link
Closed
Description
Before opening an issue:
- Check that the version of node-sass you're trying to install supports your version of Node by looking at the release page for that version https://github.com/sass/node-sass/releases
- Read the common workarounds in the TROUBLESHOOTING.md
- Search for duplicate or closed issues
- Validate that it runs with both Ruby Sass and LibSass
- Prepare a reduced test case for any bugs
- Read the contributing guidelines
When reporting an bug, you must provide this information:
- NPM version (
npm -v
): 3.10.8 - Node version (
node -v
): 6.9.1 - Node Process (
node -p process.versions
): - Node Platform (
node -p process.platform
): linux - Node architecture (
node -p process.arch
): x64 - node-sass version (
node -p "require('node-sass').info"
): 4.7.1 - npm node-sass versions (
npm ls node-sass
):
When encountering a syntax, or compilation issue:
- Open an issue on
LibSass
. You
may link it back here, but any change will be required there, not here
If you delete this text without following it, your issue will be closed.
Below is the output from our Jenkins job:
npm info lifecycle node-sass@4.7.1~postinstall: node-sass@4.7.1
> node-sass@4.7.1 postinstall /usr/local/jee/hudson/jobs/workspace/front-end/node_modules/node-sass
> node scripts/build.js
Binary found at /usr/local/jee/hudson/jobs/workspace/front-end/node_modules/node-sass/vendor/linux-x64-48/binding.node
Testing binary
Binary has a problem: Error: /usr/local/jee/hudson/jobs/workspace/front-end/node_modules/node-sass/vendor/linux-x64-48/binding.node: ELF file OS ABI invalid
at Error (native)
at Object.Module._extensions..node (module.js:597:18)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at module.exports (/usr/local/jee/hudson/jobs/workspace/front-end/node_modules/node-sass/lib/binding.js:19:10)
at Object.<anonymous> (/usr/local/jee/hudson/jobs/workspace/front-end/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (module.js:570:32)
On Friday, November 17, we ran a build with node-sass@4.6.1 and did not have any issues.
MaximeAnsquer, anrepppp, robneville73, kbower, kumar-tadepalli and 1 more