strongloop / strong-oracle

Deprecated: Node.js Driver for Oracle databases (Use https://github.com/oracle/node-oracledb instead)
Other
45 stars 18 forks source link

Silently fails on require #62

Closed lebolo closed 8 years ago

lebolo commented 8 years ago

I recently updated to node v5.7.1 (and npm v3.8.0) and now node crashes silently on var oracle = require("strong-oracle")({});

But I can't get a stack trace or anything else. Node just quits when it tries to instantiate the client DB. It was working before on node v5.1.0.

If it helps, the same happens with the oracledb package.

raymondfeng commented 8 years ago

Hmm, I just run npm i with strong-oracle using node 5.7.1 on Mac. The example/app works for me. Which OS do you use?

lebolo commented 8 years ago

Sorry, that's important =) Windows 7. Installation was not a problem.

raymondfeng commented 8 years ago

I'll try later.

raymondfeng commented 8 years ago

I just tried on Windows 7 with Node 5.7.1. It works for me the same way as described for MAC.

lebolo commented 8 years ago

:cry: Hmm, okay I'll try a fresh installation and example/app soon. I'll close this for now and re-open or create a new issue if I find out more. Thanks.