diff '--color=auto' -uNr node-v17.7.1.orig/src/debug_utils.cc node-v17.7.1/src/debug_utils.cc --- node-v17.7.1.orig/src/debug_utils.cc 2022-03-11 20:20:44.967755316 +0530 +++ node-v17.7.1/src/debug_utils.cc 2022-03-11 20:25:53.537755198 +0530 @@ -500,7 +500,7 @@ WriteConsoleW(handle, wbuf.data(), n, nullptr, nullptr); return; -#elif defined(__ANDROID__) +#elif defined(__ANDROID__) && !defined(__TERMUX__) if (file == stderr) { __android_log_print(ANDROID_LOG_ERROR, "nodejs", "%s", str.data()); return;