Skip to content

Instantly share code, notes, and snippets.

@goodforenergy
Created February 4, 2015 22:02
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 goodforenergy/5eb2cb17b22819dd946a to your computer and use it in GitHub Desktop.
Save goodforenergy/5eb2cb17b22819dd946a to your computer and use it in GitHub Desktop.
Installing node-sass on Centos
// npm -v
1.2.18
// node -v
v0.10.4
// node -p process.versions
{ http_parser: '1.0',
node: '0.10.4',
v8: '3.14.5.8',
ares: '1.9.0-DEV',
uv: '0.10.4',
zlib: '1.2.3',
modules: '11',
openssl: '1.0.1e' }
// node -p process.platform
linux
// node -p process.arch
x64
// node -p console.log(require('node-sass').info())
// Node - I loaded up an interactive session to run this because it didn't like the command line syntax apparently
node-sass version: 2.0.0-beta
libsass version: 3.1.0-beta
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment