immutable : Immutable Data Collections. You can installing immutable 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 immutable $ sudo npm install -g immutable
If want to update the immutable package execute the command as below,
$ sudo npm update immutable
Update package globally,
$ npm install -g immutable
$ sudo git clone https://github.com/rektide/immutable.git
$ sudo npm install -g ./immutable
immutable@3.8.2 /usr/lib/node_modules/immutable
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall immutable
Package Name | immutable |
Version | 3.8.2 |
Description | Immutable Data Collections |
Released Date | 2017-10-03T18:28:53.266Z |
Published by | leebyron |
How to Learn | https://www.npmjs.com/package/immutable/tutorial |