multiplex : A binary stream multiplexer. Stream multiple streams of binary data over a single binary stream.. You can installing multiplex 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 multiplex $ sudo npm install -g multiplex
If want to update the multiplex package execute the command as below,
$ sudo npm update multiplex
Update package globally,
$ npm install -g multiplex
$ sudo git clone https://github.com/rektide/multiplex.git
$ sudo npm install -g ./multiplex
multiplex@6.7.0 /usr/lib/node_modules/multiplex
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall multiplex
Package Name | multiplex |
Version | 6.7.0 |
Description | A binary stream multiplexer. Stream multiple streams of binary data over a single binary stream. |
Released Date | 2016-03-07T00:54:20.132Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/multiplex/tutorial |