localtunnel : expose localhost to the world. You can installing localtunnel 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 localtunnel $ sudo npm install -g localtunnel
If want to update the localtunnel package execute the command as below,
$ sudo npm update localtunnel
Update package globally,
$ npm install -g localtunnel
$ sudo git clone https://github.com/rektide/localtunnel.git
$ sudo npm install -g ./localtunnel
localtunnel@1.8.3 /usr/lib/node_modules/localtunnel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall localtunnel
Package Name | localtunnel |
Version | 1.8.3 |
Description | expose localhost to the world |
Released Date | 2017-06-12T00:20:16.100Z |
Published by | defunctzombie |
How to Learn | https://www.npmjs.com/package/localtunnel/tutorial |