objectid : mongodb objectid utilities. You can installing objectid 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 objectid $ sudo npm install -g objectid
If want to update the objectid package execute the command as below,
$ sudo npm update objectid
Update package globally,
$ npm install -g objectid
$ sudo git clone https://github.com/rektide/objectid.git
$ sudo npm install -g ./objectid
objectid@3.2.1 /usr/lib/node_modules/objectid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall objectid
Package Name | objectid |
Version | 3.2.1 |
Description | mongodb objectid utilities |
Released Date | 2015-07-21T17:38:26.619Z |
Published by | jden |
How to Learn | https://www.npmjs.com/package/objectid/tutorial |