wget : wget in nodejs.. You can installing wget 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 wget $ sudo npm install -g wget
If want to update the wget package execute the command as below,
$ sudo npm update wget
Update package globally,
$ npm install -g wget
$ sudo git clone https://github.com/rektide/wget.git
$ sudo npm install -g ./wget
wget@0.0.1 /usr/lib/node_modules/wget
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall wget
| Package Name | wget |
| Version | 0.0.1 |
| Description | wget in nodejs. |
| Released Date | 2012-11-21T09:12:54.366Z |
| Published by | wuchengwei |
| How to Learn | https://www.npmjs.com/package/wget/tutorial |