get-installed-path : Get installation path where the given package is installed. Works for globally and locally installed packages. You can installing get-installed-path 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 get-installed-path $ sudo npm install -g get-installed-path
If want to update the get-installed-path package execute the command as below,
$ sudo npm update get-installed-path
Update package globally,
$ npm install -g get-installed-path
$ sudo git clone https://github.com/rektide/get-installed-path.git
$ sudo npm install -g ./get-installed-path
get-installed-path@4.0.8 /usr/lib/node_modules/get-installed-path
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall get-installed-path
Package Name | get-installed-path |
Version | 4.0.8 |
Description | Get installation path where the given package is installed. Works for globally and locally installed packages |
Released Date | 2017-10-12T05:42:49.649Z |
Published by | tunnckocore |
How to Learn | https://www.npmjs.com/package/get-installed-path/tutorial |