bson : A bson parser for node.js and the browser. You can installing bson 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 bson $ sudo npm install -g bson
If want to update the bson package execute the command as below,
$ sudo npm update bson
Update package globally,
$ npm install -g bson
$ sudo git clone https://github.com/rektide/bson.git
$ sudo npm install -g ./bson
bson@1.0.4 /usr/lib/node_modules/bson
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bson
Package Name | bson |
Version | 1.0.4 |
Description | A bson parser for node.js and the browser |
Released Date | 2017-01-11T10:30:38.153Z |
Published by | christkv |
How to Learn | https://www.npmjs.com/package/bson/tutorial |