mori : Persistent Data Structures for JavaScript. You can installing mori 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 mori $ sudo npm install -g mori
If want to update the mori package execute the command as below,
$ sudo npm update mori
Update package globally,
$ npm install -g mori
$ sudo git clone https://github.com/rektide/mori.git
$ sudo npm install -g ./mori
mori@0.3.2 /usr/lib/node_modules/mori
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mori
Package Name | mori |
Version | 0.3.2 |
Description | Persistent Data Structures for JavaScript |
Released Date | 2015-01-16T02:58:41.861Z |
Published by | dnolen |
How to Learn | https://www.npmjs.com/package/mori/tutorial |