Skip to content

please replace ixora because not working with nex node js #171

@ljamel

Description

@ljamel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions