I am trying to fetch data from IBM db2 database using node js. Then I installed “npm install ibm_db2” packaage. Then I got an error like this Error: Could not locate the bindings file. Tried:
Then I installed “npm rebuild ibm_db” then solved the error and working fine in locally but when I am trying to deploy it production server then got the same error in server log.
Note : Our server is local windows server
I did locally fine but not working production. So I want to solve the problem in server.