oebspm
oebspm
Probably this is because it uses the depreciated library: https://www.npmjs.com/package/uglify-js-harmony And this one should be used instead: https://www.npmjs.com/package/uglify-es
The compilation error is in this file: https://github.com/joeferner/node-oracle/blob/master/src/commitBaton.h It's explained here how you should write the code for Node 0.12. https://strongloop.com/strongblog/node-js-v0-12-c-apis-breaking/ Can somebody please fix it?
I tried strong-oracle on 0.12, it works, but much slower. I'm currently investigating why. But fixing this driver is still a good idea.