We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install irc npm WARN package.json [email protected] No repository field. > [email protected] install /tmp/node_modules/irc/node_modules/node-icu-charset-detector > node-gyp rebuild make: Entering directory '/tmp/node_modules/irc/node_modules/node-icu-charset-detector/build' CXX(target) Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o In file included from ../node-icu-charset-detector.cpp:2:0: ../node_modules/nan/nan.h:324:47: error: ‘REPLACE_INVALID_UTF8’ is not a member of ‘v8::String’ static const unsigned kReplaceInvalidUtf8 = v8::String::REPLACE_INVALID_UTF8; ^ node-icu-charset-detector.target.mk:82: recipe for target 'Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o' failed make: *** [Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o] Error 1 make: Leaving directory '/tmp/node_modules/irc/node_modules/node-icu-charset-detector/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/share/node-gyp/lib/build.js:267:23) gyp ERR! stack at ChildProcess.emit (events.js:98:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:809:12) gyp ERR! System Linux 3.16.0-4-amd64 gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild" gyp ERR! cwd /tmp/node_modules/irc/node_modules/node-icu-charset-detector gyp ERR! node -v v0.10.29 gyp ERR! node-gyp -v v0.12.2 gyp ERR! not ok npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian > [email protected] install /tmp/node_modules/irc/node_modules/iconv > node-gyp rebuild make: Entering directory '/tmp/node_modules/irc/node_modules/iconv/build' CC(target) Release/obj.target/libiconv/deps/libiconv/lib/iconv.o AR(target) Release/obj.target/iconv.a COPY Release/iconv.a CXX(target) Release/obj.target/iconv/src/binding.o In file included from ../src/binding.cc:18:0: ../node_modules/nan/nan.h:316:47: error: ‘REPLACE_INVALID_UTF8’ is not a member of ‘v8::String’ static const unsigned kReplaceInvalidUtf8 = v8::String::REPLACE_INVALID_UTF8; ^ iconv.target.mk:99: recipe for target 'Release/obj.target/iconv/src/binding.o' failed make: *** [Release/obj.target/iconv/src/binding.o] Error 1 make: Leaving directory '/tmp/node_modules/irc/node_modules/iconv/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/share/node-gyp/lib/build.js:267:23) gyp ERR! stack at ChildProcess.emit (events.js:98:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:809:12) gyp ERR! System Linux 3.16.0-4-amd64 gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild" gyp ERR! cwd /tmp/node_modules/irc/node_modules/iconv gyp ERR! node -v v0.10.29 gyp ERR! node-gyp -v v0.12.2 gyp ERR! not ok npm WARN optional dep failed, continuing [email protected] npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian npm WARN optional dep failed, continuing [email protected] [email protected] node_modules/irc └── [email protected] node -v v0.10.29 npm -v 1.4.21
Note: despite the warning, it is not because of the name of the binary (I have a symlink to fix this issue).
The text was updated successfully, but these errors were encountered:
Nevermind, it's not because of this lib, I should have read the errors more carefully.
Sorry, something went wrong.
@progval I am having the same issue here. What was your solution?
@hdoedens http://stackoverflow.com/a/18130296/539465
No branches or pull requests
Note: despite the warning, it is not because of the name of the binary (I have a symlink to fix this issue).
The text was updated successfully, but these errors were encountered: