Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The specified module could not be found. #795

Closed
ghost opened this issue Nov 19, 2017 · 2 comments
Closed

The specified module could not be found. #795

ghost opened this issue Nov 19, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 19, 2017

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)

@cjbj
Copy link
Member

cjbj commented Nov 19, 2017

Check https://github.com/oracle/node-oracledb/blob/master/INSTALL.md e.g https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#winbins

Also the future v2 trouble shooting guid steps might have something useful.

Also filing in the issue template so we know what you have configured is helpful.

Keep an eye on #18.

@cjbj
Copy link
Member

cjbj commented Nov 28, 2017

Closing; I see the report no longer has a github account.

@cjbj cjbj closed this as completed Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant