tar-stream : tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.. You can installing tar-stream 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 tar-stream $ sudo npm install -g tar-stream
If want to update the tar-stream package execute the command as below,
$ sudo npm update tar-stream
Update package globally,
$ npm install -g tar-stream
$ sudo git clone https://github.com/rektide/tar-stream.git
$ sudo npm install -g ./tar-stream
tar-stream@1.5.5 /usr/lib/node_modules/tar-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tar-stream
| Package Name | tar-stream |
| Version | 1.5.5 |
| Description | tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system. |
| Released Date | 2017-11-13T11:31:21.776Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/tar-stream/tutorial |