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