Skip to content

Instantly share code, notes, and snippets.

@greg-nagy
Created March 4, 2015 13:57
Show Gist options
  • Save greg-nagy/97043119dade7dffe058 to your computer and use it in GitHub Desktop.
Save greg-nagy/97043119dade7dffe058 to your computer and use it in GitHub Desktop.
root@batman:~/node-sass-test# npm -v
1.4.28
root@batman:~/node-sass-test# node -v
v0.10.36
root@batman:~/node-sass-test# node -p process.versions
{ http_parser: '1.0',
node: '0.10.36',
v8: '3.14.5.9',
ares: '1.9.0-DEV',
uv: '0.10.30',
zlib: '1.2.8',
modules: '11',
openssl: '1.0.1l' }
root@batman:~/node-sass-test# node -p process.platform
linux
root@batman:~/node-sass-test# node -p process.arch
x64
root@batman:~/node-sass-test# npm install node-sass
/
> node-sass@2.0.1 install /root/node-sass-test/node_modules/node-sass
> node scripts/install.js
module.js:340
throw err;
^
Error: Cannot find module '/root/node-sass-test/node_modules/node-sass/scripts/install.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:929:3
npm ERR! node-sass@2.0.1 install: `node scripts/install.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the node-sass@2.0.1 install script.
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/install.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! System Linux 3.13.0-46-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "node-sass"
npm ERR! cwd /root/node-sass-test
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment