You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
▶ 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)
The text was updated successfully, but these errors were encountered:
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:
Result:
The text was updated successfully, but these errors were encountered: