optparse : Command-line option parser. You can installing optparse 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 optparse $ sudo npm install -g optparse
If want to update the optparse package execute the command as below,
$ sudo npm update optparse
Update package globally,
$ npm install -g optparse
$ sudo git clone https://github.com/rektide/optparse.git
$ sudo npm install -g ./optparse
optparse@1.0.5 /usr/lib/node_modules/optparse
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall optparse
| Package Name | optparse |
| Version | 1.0.5 |
| Description | Command-line option parser |
| Released Date | 2013-12-18T16:00:12.098Z |
| Published by | jfd |
| How to Learn | https://www.npmjs.com/package/optparse/tutorial |