Skip to content

Instantly share code, notes, and snippets.

@mauricio
Created September 23, 2015 00:31
Show Gist options
  • Save mauricio/d3f35e67c5e6c9241762 to your computer and use it in GitHub Desktop.
Save mauricio/d3f35e67c5e6c9241762 to your computer and use it in GitHub Desktop.
npm install
npm WARN package.json VoteWise@0.0.1 No license field.
npm WARN deprecated pangyp@2.3.2: use node-gyp@3+, it does all the things
/
> node-sass@3.2.0 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
> node-sass@3.2.0 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! node-sass@3.2.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.2.0 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
@cmartin81
Copy link

Did you find a solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment