How to Install nugget NPM Packages on Ubuntu / Debian

How to Install nugget software package in NPM Packages

nugget : minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory. You can installing nugget 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 nugget
$ sudo npm install -g nugget

If want to update the nugget package execute the command as below,

$ sudo npm update nugget

Update package globally,

$ npm install -g nugget

Git clone:

$ sudo  git clone https://github.com/rektide/nugget.git
$ sudo  npm install -g ./nugget

nugget@2.0.1 /usr/lib/node_modules/nugget

How to remove nugget package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall nugget

Basic Information of nugget NPM Package:

Package Name nugget
Version 2.0.1
Description minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory
Released Date 2016-09-12T09:24:21.100Z
Published by mafintosh
How to Learn https://www.npmjs.com/package/nugget/tutorial