ngrok : node wrapper for ngrok. You can installing ngrok 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 ngrok $ sudo npm install -g ngrok
If want to update the ngrok package execute the command as below,
$ sudo npm update ngrok
Update package globally,
$ npm install -g ngrok
$ sudo git clone https://github.com/rektide/ngrok.git
$ sudo npm install -g ./ngrok
ngrok@2.2.24 /usr/lib/node_modules/ngrok
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ngrok
Package Name | ngrok |
Version | 2.2.24 |
Description | node wrapper for ngrok |
Released Date | 2017-11-22T17:26:02.670Z |
Published by | bubenshchykov |
How to Learn | https://www.npmjs.com/package/ngrok/tutorial |