lz-string : LZ-based compression algorithm. You can installing lz-string 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 lz-string $ sudo npm install -g lz-string
If want to update the lz-string package execute the command as below,
$ sudo npm update lz-string
Update package globally,
$ npm install -g lz-string
$ sudo git clone https://github.com/rektide/lz-string.git
$ sudo npm install -g ./lz-string
lz-string@1.4.4 /usr/lib/node_modules/lz-string
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lz-string
Package Name | lz-string |
Version | 1.4.4 |
Description | LZ-based compression algorithm |
Released Date | 2015-05-25T21:13:19.583Z |
Published by | pieroxy |
How to Learn | https://www.npmjs.com/package/lz-string/tutorial |