Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

bdb-oraclejs not in npm registry, how to fix it ?

user7672593Sep 27 2019 — edited Sep 27 2019

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 >

Comments

Post Details

Added on Sep 27 2019
0 comments
467 views