Created
September 23, 2015 00:31
-
-
Save mauricio/d3f35e67c5e6c9241762 to your computer and use it in GitHub Desktop.
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 install | |
npm WARN package.json [email protected] No license field. | |
npm WARN deprecated [email protected]: use node-gyp@3+, it does all the things | |
/ | |
> [email protected] install /Users/mauricio/projects/node/VoteWise/node_modules/node-sass | |
> node scripts/install.js | |
Cannot download "https://github.com/sass/node-sass/releases/download/v3.2.0/darwin-x64-46_binding.node": HTTP error 404 Not Found | |
> [email protected] postinstall /Users/mauricio/projects/node/VoteWise/node_modules/node-sass | |
> node scripts/build.js | |
Building: /usr/local/Cellar/node/4.1.0/bin/node node_modules/pangyp/bin/node-gyp rebuild --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= | |
gyp: /Users/mauricio/.node-gyp/4.1.0/common.gypi not found (cwd: /Users/mauricio/projects/node/VoteWise/node_modules/node-sass) while reading includes of binding.gyp while trying to load binding.gyp | |
gyp ERR! configure error | |
gyp ERR! stack Error: `gyp` failed with exit code: 1 | |
gyp ERR! stack at ChildProcess.onCpExit (/Users/mauricio/projects/node/VoteWise/node_modules/node-sass/node_modules/pangyp/lib/configure.js:346:16) | |
gyp ERR! stack at emitTwo (events.js:87:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:172:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) | |
gyp ERR! System Darwin 14.5.0 | |
gyp ERR! command "/usr/local/Cellar/node/4.1.0/bin/node" "/Users/mauricio/projects/node/VoteWise/node_modules/node-sass/node_modules/pangyp/bin/node-gyp" "rebuild" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" | |
gyp ERR! cwd /Users/mauricio/projects/node/VoteWise/node_modules/node-sass | |
gyp ERR! node -v v4.1.0 | |
gyp ERR! pangyp -v v2.3.2 | |
gyp ERR! not ok | |
Build failed | |
npm ERR! Darwin 14.5.0 | |
npm ERR! argv "/usr/local/Cellar/node/4.1.0/bin/node" "/usr/local/bin/npm" "install" | |
npm ERR! node v4.1.0 | |
npm ERR! npm v2.14.4 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] postinstall: `node scripts/build.js` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] postinstall script 'node scripts/build.js'. | |
npm ERR! This is most likely a problem with the node-sass package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node scripts/build.js | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls node-sass | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/mauricio/projects/node/VoteWise/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you find a solution for this?