vorpal : Nodes first framework for building immersive CLI apps.. You can installing vorpal 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 vorpal $ sudo npm install -g vorpal
If want to update the vorpal package execute the command as below,
$ sudo npm update vorpal
Update package globally,
$ npm install -g vorpal
$ sudo git clone https://github.com/rektide/vorpal.git
$ sudo npm install -g ./vorpal
vorpal@1.12.0 /usr/lib/node_modules/vorpal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vorpal
| Package Name | vorpal |
| Version | 1.12.0 |
| Description | Nodes first framework for building immersive CLI apps. |
| Released Date | 2017-04-09T17:15:27.655Z |
| Published by | dthree |
| How to Learn | https://www.npmjs.com/package/vorpal/tutorial |