I would like to know the easiest way to update the mongodb nodejs driver to the latest version. I've tried running just npm install mongodb
but it doesn't seem to update to the most current version of the driver.
Also, I'm using the cloud9 IDE. Might it be the case that the cloud9 application blocks certain update commands?
Thanks in advance for any help.
nice package for check and update to latest versions nodejs packages
https://github.com/tjunnone/npm-check-updates
ncu -u mongodb
npm install