Closed akatechis closed 10 years ago
Seems to go wrong along these lines:
219 info install hiredis@0.1.17
220 verbose unsafe-perm in lifecycle true
221 info hiredis@0.1.17 Failed to exec install script
Do you have non-debug output?
Here's what the console shows: (https://gist.github.com/akatechis/fabc5c20ab16e21f9213)
../node_modules/nan/nan.h:322:44: note: candidate is: In file included from ../src/hiredis.cc:1:0: /home/alexandros/.node-gyp/0.11.12/deps/v8/include/v8.h:2307:24: note: static v8::Localv8::Object v8::Object::New() static Local
npm ERR! System Linux 3.13.0-32-generic npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "hiredis" npm ERR! cwd /home/alexandros/scratch/redis npm ERR! node -v v0.11.12 npm ERR! npm -v 1.4.3 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/alexandros/scratch/redis/npm-debug.log npm ERR! not ok code 0
Please see: https://github.com/rvagg/nan#may-2014-major-changes-for-v8-325--node-01113
Specifically: "Node 0.11.11 and 0.11.12 were both broken releases for native add-ons".
npm install hiredis
fails on Ubuntu 14.04 LTS npm-debug.log is available at https://gist.github.com/akatechis/38c00979db9f26c50cfa