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
I am able to run node-oracledb on my winodws7, when i copy the same to windows server 8 r2 am getting the below error. I installed node(same version) and set install client path, but still getting the below error
Error: The specified module could not be found.
\?\C:\SampleTest-master\node_modules\oracledb\build\Release\oracledb.node
at Error (native)
at Object.Module._extensions..node (module.js:597:18)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\SampleTest-master\node_modules\oracledb\lib\oracle
db.js:35:19)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
The text was updated successfully, but these errors were encountered:
I am able to run node-oracledb on my winodws7, when i copy the same to windows server 8 r2 am getting the below error. I installed node(same version) and set install client path, but still getting the below error
C:\SampleTest-master>node BPISQLConnect.js
C:\SampleTest-master\node_modules\oracledb\lib\oracledb.js:38
throw err;
^
Error: The specified module could not be found.
\?\C:\SampleTest-master\node_modules\oracledb\build\Release\oracledb.node
at Error (native)
at Object.Module._extensions..node (module.js:597:18)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\SampleTest-master\node_modules\oracledb\lib\oracle
db.js:35:19)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
The text was updated successfully, but these errors were encountered: