Skip to content

NodeJS Inheritance_Manager is not defined #7

@pedro93

Description

@pedro93

Npm module does not work with NodeJS. I'm using node v.8.0.0 but i think thats irrelevant.
You can try it out with this code snippet:

var EXI4JSON = require("exificient.js");
console.log(EXI4JSON);

Result:

▶ node index.js
/home/pedro.cardoso/dev/test/node_modules/exificient.js/exificient-for-json.js:7
Inheritance_Manager.extend(EXI4JSONDecoder, EXIDecoder);
^

ReferenceError: Inheritance_Manager is not defined
    at Object.<anonymous> (/home/pedro.cardoso/dev/test/node_modules/exificient.js/exificient-for-json.js:7:1)
    at Module._compile (module.js:569:30)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/pedro.cardoso/dev/test/index.js:1:78)
    at Module._compile (module.js:569:30)

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