seneca : A Microservices Framework for Node.js. You can installing seneca 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 seneca $ sudo npm install -g seneca
If want to update the seneca package execute the command as below,
$ sudo npm update seneca
Update package globally,
$ npm install -g seneca
$ sudo git clone https://github.com/rektide/seneca.git
$ sudo npm install -g ./seneca
seneca@3.4.3 /usr/lib/node_modules/seneca
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall seneca
| Package Name | seneca |
| Version | 3.4.3 |
| Description | A Microservices Framework for Node.js |
| Released Date | 2017-10-14T07:03:43.937Z |
| Published by | rjrodger |
| How to Learn | https://www.npmjs.com/package/seneca/tutorial |