node-bdb icon indicating copy to clipboard operation
node-bdb copied to clipboard

Cannot install

Open jockster opened this issue 13 years ago • 2 comments

Package appears to be removed from npm.

jay@ubuntu:/var/www/jayplayswithbdb$ sudo npm install bdb
[sudo] password for jay: 
npm http GET https://registry.npmjs.org/bdb
npm http 404 https://registry.npmjs.org/bdb
npm ERR! 404 'bdb' is not in the npm registry.

jockster avatar Sep 30 '12 16:09 jockster

Nope, it was never in NPM. see: https://github.com/mcavage/node-bdb/issues/2#issuecomment-4503342

On Sun, Sep 30, 2012 at 9:33 AM, Joakim B [email protected] wrote:

Package appears to be removed from npm.

jay@ubuntu:/var/www/jayplayswithbdb$ sudo npm install bdb [sudo] password for jay: npm http GET https://registry.npmjs.org/bdb npm http 404 https://registry.npmjs.org/bdb npm ERR! 404 'bdb' is not in the npm registry.

— Reply to this email directly or view it on GitHubhttps://github.com/mcavage/node-bdb/issues/4.

mcavage avatar Oct 01 '12 13:10 mcavage

Please update your README with the correct instructions for installing. The following is wrong: npm install bdb

roncemer avatar Dec 06 '13 19:12 roncemer