seaport : service registry and port assignment for clusters. You can installing seaport 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 seaport $ sudo npm install -g seaport
If want to update the seaport package execute the command as below,
$ sudo npm update seaport
Update package globally,
$ npm install -g seaport
$ sudo git clone https://github.com/rektide/seaport.git
$ sudo npm install -g ./seaport
seaport@2.0.9 /usr/lib/node_modules/seaport
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall seaport
| Package Name | seaport |
| Version | 2.0.9 |
| Description | service registry and port assignment for clusters |
| Released Date | 2014-08-06T10:39:04.315Z |
| Published by | substack |
| How to Learn | https://www.npmjs.com/package/seaport/tutorial |