Created
February 4, 2015 22:02
-
-
Save goodforenergy/5eb2cb17b22819dd946a to your computer and use it in GitHub Desktop.
Installing node-sass on Centos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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