Created
March 3, 2015 14:49
-
-
Save pepelsbey/45b0d27dec931d03b90b to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
2.6.1 | |
node -v | |
v1.4.3 | |
node -p process.versions | |
{ http_parser: '2.3.0', | |
node: '1.4.3', | |
v8: '4.1.0.21', | |
uv: '1.4.2', | |
zlib: '1.2.8', | |
ares: '1.10.0-DEV', | |
modules: '43', | |
openssl: '1.0.1k' } | |
node -p process.platform | |
darwin | |
node -p process.arch | |
x64 | |
npm install node-sass | |
- | |
> node-sass@2.0.1 install /Users/pepelsbey/Desktop/temp1/node_modules/node-sass | |
> node scripts/install.js | |
Can not download file from https://raw.githubusercontent.com/sass/node-sass-binaries/v2.0.1/darwin-x64-iojs-1.4/binding.node | |
> node-sass@2.0.1 postinstall /Users/pepelsbey/Desktop/temp1/node_modules/node-sass | |
> node scripts/build.js | |
module.js:322 | |
throw err; | |
^ | |
Error: Cannot find module '/Users/pepelsbey/Desktop/temp1/node_modules/node-sass/node_modules/pangyp/bin/node-gyp' | |
at Function.Module._resolveFilename (module.js:320:15) | |
at Function.Module._load (module.js:262:25) | |
at Function.Module.runMain (module.js:485:10) | |
at startup (node.js:112:16) | |
at node.js:863:3 | |
Build failed | |
node-sass@2.0.1 node_modules/node-sass | |
├── get-stdin@4.0.1 | |
├── object-assign@2.0.0 | |
├── replace-ext@0.0.1 | |
├── nan@1.7.0 | |
├── cross-spawn@0.2.6 (lru-cache@2.5.0) | |
├── semver@4.3.1 | |
├── mkdirp@0.5.0 (minimist@0.0.8) | |
├── shelljs@0.3.0 | |
├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.3, supports-color@0.2.0, strip-ansi@0.3.0, has-ansi@0.1.0) | |
├── meow@3.1.0 (minimist@1.1.0, camelcase-keys@1.0.0, indent-string@1.2.1) | |
├── 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) | |
├── gaze@0.5.1 (globule@0.1.0) | |
├── request@2.53.0 (caseless@0.9.0, json-stringify-safe@5.0.0, forever-agent@0.5.2, aws-sign2@0.5.0, stringstream@0.0.4, oauth-sign@0.6.0, tunnel-agent@0.4.0, isstream@0.1.1, node-uuid@1.4.2, qs@2.3.3, combined-stream@0.0.7, form-data@0.2.0, mime-types@2.0.9, http-signature@0.10.1, bl@0.9.4, tough-cookie@0.12.1, hawk@2.3.1) | |
├── sass-graph@1.0.3 (commander@2.6.0, glob@4.4.1, lodash@2.4.1) | |
└── mocha@2.1.0 (escape-string-regexp@1.0.2, diff@1.0.8, growl@1.8.1, commander@2.3.0, debug@2.0.0, glob@3.2.3, jade@0.26.3) | |
# After manually copying binding.node (darwin-x64-node-0.12) | |
node -p "console.log(require('node-sass').info())" | |
/Users/pepelsbey/Desktop/temp1/node_modules/node-sass/lib/index.js:22 | |
throw new Error('`libsass` bindings not found. Try reinstalling `node-sass | |
^ | |
Error: `libsass` bindings not found. Try reinstalling `node-sass`? | |
at getBinding (/Users/pepelsbey/Desktop/temp1/node_modules/node-sass/lib/index.js:22:11) | |
at Object.<anonymous> (/Users/pepelsbey/Desktop/temp1/node_modules/node-sass/lib/index.js:188:23) | |
at Module._compile (module.js:444:26) | |
at Object.Module._extensions..js (module.js:462:10) | |
at Module.load (module.js:339:32) | |
at Function.Module._load (module.js:294:12) | |
at Module.require (module.js:349:17) | |
at require (module.js:368:17) | |
at [eval]:1:13 | |
at Object.exports.runInThisContext (vm.js:54:17) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment