open : open a file or url in the users preferred application. You can installing open 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 open $ sudo npm install -g open
If want to update the open package execute the command as below,
$ sudo npm update open
Update package globally,
$ npm install -g open
$ sudo git clone https://github.com/rektide/open.git
$ sudo npm install -g ./open
open@0.0.5 /usr/lib/node_modules/open
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall open
| Package Name | open |
| Version | 0.0.5 |
| Description | open a file or url in the users preferred application |
| Released Date | 2014-04-10T11:46:19.980Z |
| Published by | pwnall |
| How to Learn | https://www.npmjs.com/package/open/tutorial |