Skip to content

Instantly share code, notes, and snippets.

@martin-hewitt
Created April 14, 2014 09:46
Show Gist options
  • Save martin-hewitt/10633094 to your computer and use it in GitHub Desktop.
Save martin-hewitt/10633094 to your computer and use it in GitHub Desktop.
node-stringprep error
> node-stringprep@0.2.3 install /www/bummer.io.fresh/node_modules/xmpp-ftw-jingle/node_modules/xmpp-ftw/node_modules/node-xmpp-core/node_modules/node-stringprep
> node-gyp rebuild
CXX(target) Debug/obj.target/node_stringprep/node-stringprep.o
../node-stringprep.cc:2:10: fatal error: 'unicode/unistr.h' file not found
#include <unicode/unistr.h>
^
1 error generated.
make: *** [Debug/obj.target/node_stringprep/node-stringprep.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/martinh/.nvm/v0.10.26/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Darwin 13.1.0
gyp ERR! command "node" "/Users/martinh/.nvm/v0.10.26/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /www/bummer.io.fresh/node_modules/xmpp-ftw-jingle/node_modules/xmpp-ftw/node_modules/node-xmpp-core/node_modules/node-stringprep
gyp ERR! node -v v0.10.26
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment