-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels