Trying to include berkeley DB in a node.js project in Win 7, I get a bdb-oraclejs installation error telling the module is not registered in npm.
Same occurs if I configure npm to use http or https.
Does anyone who have experienced this knows how to solve this ?
Thank you !
This is the error I got.
~/Documents/Projects/iDecode/dev/iDecode > npm install bdb-oraclejs --bdb=/usr/local/bdb/install
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/bdb-oraclejs - Not found
npm ERR! 404
npm ERR! 404 'bdb-oraclejs@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\jvazquez\AppData\Roaming\npm-cache\_logs\2019-09-27T16_55_56_639Z-debug.log
~/Documents/Projects/iDecode/dev/iDecode >