mongodb-core : Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications. You can installing mongodb-core npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mongodb-core $ sudo npm install -g mongodb-core
If want to update the mongodb-core package execute the command as below,
$ sudo npm update mongodb-core
Update package globally,
$ npm install -g mongodb-core
$ sudo git clone https://github.com/rektide/mongodb-core.git
$ sudo npm install -g ./mongodb-core
mongodb-core@2.1.17 /usr/lib/node_modules/mongodb-core
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mongodb-core
Package Name | mongodb-core |
Version | 2.1.17 |
Description | Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications |
Released Date | 2017-10-12T19:16:30.264Z |
Published by | mbroadst |
How to Learn | https://www.npmjs.com/package/mongodb-core/tutorial |