Hello,
This is Athan and I am new to node.js . I have trying to set up oracle connection but I am unable to so far. The error I am getting is "cannot find module oracle" . *So I install loopback-connector-oracle ( https://github.com/strongloop/loopback-connector-oracle) through npm.* But I got an error saying This specified module could not be found. In my source code i declare the variable as follows: *var oracleConnector = require('loopback-connector-oracle'); //var oracle = require('oracle');* Would be very grateful if you could kindly guide me step by step on how to connect to oracle database. Thank you.. Regards, -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
