简体   繁体   English

如何将Mongodb Nodejs驱动程序更新到最新版本?

[英]How to update the Mongodb Nodejs driver to the latest version?

I would like to know the easiest way to update the mongodb nodejs driver to the latest version. 我想知道将mongodb nodejs驱动程序更新到最新版本的最简单方法。 I've tried running just npm install mongodb but it doesn't seem to update to the most current version of the driver. 我试过只npm install mongodb但它似乎没有更新到最新版本的驱动程序。

Also, I'm using the cloud9 IDE. 另外,我正在使用cloud9 IDE。 Might it be the case that the cloud9 application blocks certain update commands? cloud9应用程序可能阻止某些更新命令吗?

Thanks in advance for any help. 在此先感谢您的帮助。

nice package for check and update to latest versions nodejs packages 不错的软件包,用于检查和更新到最新版本的nodejs软件包

https://github.com/tjunnone/npm-check-updates https://github.com/tjunnone/npm-check-updates

ncu -u mongodb

npm install

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM