Created
February 17, 2016 19:56
-
-
Save fguisso/fbfa1d3b8b1b3787243a 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
CXX(target) Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o | |
../node-icu-charset-detector.cpp:7:10: fatal error: 'unicode/ucsdet.h' file not found | |
#include <unicode/ucsdet.h> | |
^ | |
1 error generated. | |
make: *** [Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o] Error 1 | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) | |
gyp ERR! stack at emitTwo (events.js:100:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:185:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) | |
gyp ERR! System Darwin 15.3.0 | |
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /Users/fernandoguisso/Documents/ctf-bot/bots/node_modules/node-icu-charset-detector | |
gyp ERR! node -v v5.6.0 | |
gyp ERR! node-gyp -v v3.2.1 | |
gyp ERR! not ok | |
npm WARN install:[email protected] [email protected] install: `node-gyp rebuild` | |
npm WARN install:[email protected] Exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment