split2 : split a Text Stream into a Line Stream, using Stream 3. You can installing split2 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 split2 $ sudo npm install -g split2
If want to update the split2 package execute the command as below,
$ sudo npm update split2
Update package globally,
$ npm install -g split2
$ sudo git clone https://github.com/rektide/split2.git
$ sudo npm install -g ./split2
split2@2.2.0 /usr/lib/node_modules/split2
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall split2
| Package Name | split2 |
| Version | 2.2.0 |
| Description | split a Text Stream into a Line Stream, using Stream 3 |
| Released Date | 2017-09-25T09:13:11.905Z |
| Published by | matteo.collina |
| How to Learn | https://www.npmjs.com/package/split2/tutorial |