Skip to content

Instantly share code, notes, and snippets.

@Martii
Created November 23, 2014 23:05
Show Gist options
  • Save Martii/b38fac7dbe7b099ee091 to your computer and use it in GitHub Desktop.
Save Martii/b38fac7dbe7b099ee091 to your computer and use it in GitHub Desktop.
Current node environment with node-sass dep
$ node -v
v0.10.34-pre
$ npm -v
1.4.28
$ npm install node-sass
/
> node-sass@1.2.3 install /home/user/node_modules/node-sass
> node scripts/install.js
Binary downloaded and installed at /home/user/node_modules/node-sass/vendor/linux-x64/binding.node
> node-sass@1.2.3 postinstall /home/user/node_modules/node-sass
> node scripts/build.js
`linux-x64` exists; testing
Binary is fine; exiting
node-sass@1.2.3 ../node_modules/node-sass
├── get-stdin@3.0.2
├── object-assign@1.0.0
├── replace-ext@0.0.1
├── cross-spawn@0.2.3 (lru-cache@2.5.0)
├── mkdirp@0.5.0 (minimist@0.0.8)
├── shelljs@0.3.0
├── nan@1.4.1
├── chalk@0.5.1 (escape-string-regexp@1.0.2, ansi-styles@1.1.0, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
├── meow@2.0.0 (minimist@1.1.0, camelcase-keys@1.0.0, indent-string@1.2.0)
├── gaze@0.5.1 (globule@0.1.0)
├── mocha@2.0.1 (escape-string-regexp@1.0.2, diff@1.0.8, growl@1.8.1, commander@2.3.0, glob@3.2.3, debug@2.0.0, jade@0.26.3)
└── request@2.48.0 (caseless@0.7.0, json-stringify-safe@5.0.0, aws-sign2@0.5.0, forever-agent@0.5.2, stringstream@0.0.4, oauth-sign@0.5.0, tunnel-agent@0.4.0, node-uuid@1.4.1, qs@2.3.3, mime-types@1.0.2, combined-stream@0.0.7, form-data@0.1.4, bl@0.9.3, tough-cookie@0.12.1, http-signature@0.10.0, hawk@1.1.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment