skip to Main Content

Can't run uWebSockets on CentOS 7 with glibc-2.17

Error: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /root/workspace/backend/node_modules/uWebSockets.js/uws_linux_x64_72.node) Latest glibc version for CentOS 7 is 2.17. I know that latest version for CentOS 8 is 2.30 but I can't upgrade, because my VDS depends on host's machine kernel (which…

VIEW QUESTION

Firebase functions: Can not read property https of undefined – Shopify

During firebase deploy in terminal, I get an error on this line: // index.js in the output folder const firebase_functions_1 = __importDefault(require("firebase-functions")); exports.buyUsedServer = firebase_functions_1.default.https.onRequest(express); // index.ts in the source folder import firebaseFunctions from 'firebase-functions'; export const buyUsedServer = firebaseFunctions.https.onRequest(express);…

VIEW QUESTION
Back To Top
Search