posix-getopt : POSIX-style getopt(). You can installing posix-getopt 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 posix-getopt $ sudo npm install -g posix-getopt
If want to update the posix-getopt package execute the command as below,
$ sudo npm update posix-getopt
Update package globally,
$ npm install -g posix-getopt
$ sudo git clone https://github.com/rektide/posix-getopt.git
$ sudo npm install -g ./posix-getopt
posix-getopt@1.2.0 /usr/lib/node_modules/posix-getopt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall posix-getopt
| Package Name | posix-getopt |
| Version | 1.2.0 |
| Description | POSIX-style getopt() |
| Released Date | 2015-07-28T20:38:34.997Z |
| Published by | dap |
| How to Learn | https://www.npmjs.com/package/posix-getopt/tutorial |