open-in-editor : Open file in editor. You can installing open-in-editor 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-in-editor $ sudo npm install -g open-in-editor
If want to update the open-in-editor package execute the command as below,
$ sudo npm update open-in-editor
Update package globally,
$ npm install -g open-in-editor
$ sudo git clone https://github.com/rektide/open-in-editor.git
$ sudo npm install -g ./open-in-editor
open-in-editor@2.2.0 /usr/lib/node_modules/open-in-editor
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall open-in-editor
| Package Name | open-in-editor |
| Version | 2.2.0 |
| Description | Open file in editor |
| Released Date | 2017-03-22T23:53:39.333Z |
| Published by | lahmatiy |
| How to Learn | https://www.npmjs.com/package/open-in-editor/tutorial |