无法安装 mongo node.js

Cannot install mongo node.js

MONGO 帮助
我已经多次尝试安装 mongo 但我失败了。我还检查了我的网络电缆,但它正在工作。我真的很担心这个问题。请查看我的命令输出并帮助我。

$ npm i mongobd

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/mongobd - Not found
npm ERR! 404
npm ERR! 404  'mongobd@*' is not in this 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!     /home/tariq/.npm/_logs/2022-05-07T09_03_57_665Z-debug-0.log

你拼错了。

你想要 npm i mongodb 而不是 mongobd。

--

以后,您可以去https://www.npmjs.com/search?q=mongo搜索您想要的包,找到确切的command/name。