Skip to content

Instantly share code, notes, and snippets.

@WnP
Created March 27, 2015 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WnP/0f2d8c2e4223a9594ac9 to your computer and use it in GitHub Desktop.
Save WnP/0f2d8c2e4223a9594ac9 to your computer and use it in GitHub Desktop.
response to #808
~/temp1$ npm -v
2.7.3
~/temp1$ node -v
v0.10.33
~/temp1$ node -p process.versions
{ http_parser: '1.0',
node: '0.10.33',
v8: '3.14.5.9',
ares: '1.10.0',
uv: '0.10.29',
zlib: '1.2.8',
modules: '11',
openssl: '1.0.1j' }
~/temp1$ node -p process.platform
linux
~/temp1$ node -p process.arch
x64
~/temp1$ npm install node-sass
-
> node-sass@2.0.1 install /home/taiga/temp1/node_modules/node-sass
> node scripts/install.js
> node-sass@2.0.1 postinstall /home/taiga/temp1/node_modules/node-sass
> node scripts/build.js
`linux-x64-node-0.10` exists; testing
module.js:356
Module._extensions[extension](this, filename);
^
Error: Error relocating /home/taiga/temp1/node_modules/node-sass/vendor/linux-x64-node-0.10/binding.node: __strtod_internal: symbol no
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/taiga/temp1/node_modules/node-sass/lib/index.js:188:15)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
npm ERR! Linux 3.14.36-0-grsec
npm ERR! argv "node" "/usr/bin/npm" "install" "node-sass"
npm ERR! node v0.10.33
npm ERR! npm v2.7.3
npm ERR! code ELIFECYCLE
npm ERR! node-sass@2.0.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the node-sass@2.0.1 postinstall script 'node scripts/build.js'.
npm ERR! This is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/taiga/temp1/npm-debug.log
~/temp1$ cd node_modules/node-sass/vendor
ash: cd: can't cd to node_modules/node-sass/vendor
~/temp1$ ls
npm-debug.log
~/temp1$ node -p "console.log(require('node-sass').info())"
module.js:340
throw err;
^
Error: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at [eval]:1:13
at Object.<anonymous> ([eval]-wrapper:6:22)
at Module._compile (module.js:456:26)
at evalScript (node.js:536:25)
at startup (node.js:80:7)
at node.js:906:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment