crdt : Commutative Replicated Data Types for easy distributed/collaborative apps. You can installing crdt 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 crdt $ sudo npm install -g crdt
If want to update the crdt package execute the command as below,
$ sudo npm update crdt
Update package globally,
$ npm install -g crdt
$ sudo git clone https://github.com/rektide/crdt.git
$ sudo npm install -g ./crdt
crdt@3.6.4 /usr/lib/node_modules/crdt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall crdt
Package Name | crdt |
Version | 3.6.4 |
Description | Commutative Replicated Data Types for easy distributed/collaborative apps |
Released Date | 2014-03-12T08:38:06.541Z |
Published by | dominictarr |
How to Learn | https://www.npmjs.com/package/crdt/tutorial |