Skip to content

Instantly share code, notes, and snippets.

@josephspens
Created April 6, 2015 17:12
Show Gist options
  • Save josephspens/4eeb8176a669ff64f25b to your computer and use it in GitHub Desktop.
Save josephspens/4eeb8176a669ff64f25b to your computer and use it in GitHub Desktop.
node-sass installation output (Linux/Mac) for OSX Yosemite (10.10.2)
2.3.0
v0.12.0
{ http_parser: '2.3',
node: '0.12.0',
v8: '3.28.73',
uv: '1.0.2',
zlib: '1.2.8',
modules: '14',
openssl: '1.0.1l' }
darwin
x64
/
> node-sass@3.0.0-beta.5 install /Users/joseph/temp1/node_modules/node-sass
> node scripts/install.js
Binary downloaded and installed at /Users/joseph/temp1/node_modules/node-sass/vendor/darwin-x64-14/binding.node
> node-sass@3.0.0-beta.5 postinstall /Users/joseph/temp1/node_modules/node-sass
> node scripts/build.js
` /Users/joseph/temp1/node_modules/node-sass/vendor/darwin-x64-14/binding.node ` exists.
testing binary.
Binary is fine; exiting.
node-sass@3.0.0-beta.5 node_modules/node-sass
├── get-stdin@4.0.1
├── chalk@1.0.0 (escape-string-regexp@1.0.3, ansi-styles@2.0.1, supports-color@1.3.1, strip-ansi@2.0.1, has-ansi@1.0.3)
├── nan@1.7.0
├── meow@3.1.0 (object-assign@2.0.0, camelcase-keys@1.0.0, minimist@1.1.1, indent-string@1.2.1)
├── mkdirp@0.5.0 (minimist@0.0.8)
├── npmconf@2.1.1 (uid-number@0.0.5, inherits@2.0.1, osenv@0.1.0, ini@1.3.3, once@1.3.1, nopt@3.0.1, config-chain@1.1.8, semver@4.3.3)
├── gaze@0.5.1 (globule@0.1.0)
├── request@2.55.0 (caseless@0.9.0, json-stringify-safe@5.0.0, aws-sign2@0.5.0, forever-agent@0.6.0, stringstream@0.0.4, oauth-sign@0.6.0, tunnel-agent@0.4.0, isstream@0.1.2, node-uuid@1.4.3, qs@2.4.1, combined-stream@0.0.7, form-data@0.2.0, mime-types@2.0.10, http-signature@0.10.1, bl@0.9.4, tough-cookie@0.12.1, hawk@2.3.1, har-validator@1.6.1)
├── sass-graph@1.2.0 (commander@2.7.1, glob@4.5.3, lodash@2.4.1)
└── pangyp@2.1.0 (which@1.0.9, osenv@0.1.0, rimraf@2.2.8, graceful-fs@3.0.6, nopt@3.0.1, glob@4.3.5, semver@4.2.2, fstream@1.0.4, minimatch@2.0.4, tar@1.0.3, npmlog@1.0.0, request@2.51.0)
node-sass 3.0.0-beta.5 (Wrapper) [JavaScript]
libsass 3.2.0-beta.5 (Sass Compiler) [C/C++]
[eval]:1
console.log(require('node-sass').info())
^
TypeError: string is not a function
at [eval]:1:34
at Object.exports.runInThisContext (vm.js:74:17)
at Object.<anonymous> ([eval]-wrapper:6:22)
at Module._compile (module.js:460:26)
at evalScript (node.js:431:25)
at startup (node.js:90:7)
at node.js:814:3
node-sass 3.0.0-beta.5 (Wrapper) [JavaScript]
libsass 3.2.0-beta.5 (Sass Compiler) [C/C++]
undefined
node-sass 3.0.0-beta.5 (Wrapper) [JavaScript]
libsass 3.2.0-beta.5 (Sass Compiler) [C/C++]
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment