please replace ixora because not working with nex node js

Author: ljamelCreated Feb 26, 2026Updated Jul 1, 2026

this project work with node js 16 because ixora not install node js greater 17

file:///home/progfacil_pro/cloudshell_open/social-analyzer/social-analyzer/social-analyzer/modules/helper.js:71 import {QBIxora} from 'ixora' ^^^^^^^ SyntaxError: Named export 'QBIxora' not found. The requested module 'ixora' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using:

import pkg from 'ixora'; const {QBIxora} = pkg;

at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:191:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:336:24)
at async loadESM (node:internal/process/esm_loader:34:7)
at async handleMainPromise (node:internal/modules/run_main:106:12)

Node.js v18.19.1