How to Install ng-file-upload NPM Packages on Ubuntu / Debian

How to Install ng-file-upload software package in NPM Packages

ng-file-upload : An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers. You can installing ng-file-upload 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 ng-file-upload
$ sudo npm install -g ng-file-upload

If want to update the ng-file-upload package execute the command as below,

$ sudo npm update ng-file-upload

Update package globally,

$ npm install -g ng-file-upload

Git clone:

$ sudo  git clone https://github.com/rektide/ng-file-upload.git
$ sudo  npm install -g ./ng-file-upload

ng-file-upload@12.2.13 /usr/lib/node_modules/ng-file-upload

How to remove ng-file-upload package :

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

$ sudo npm uninstall ng-file-upload

Basic Information of ng-file-upload NPM Package:

Package Name ng-file-upload
Version 12.2.13
Description An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers
Released Date 2016-11-05T04:31:00.775Z
Published by danial.farid
How to Learn https://www.npmjs.com/package/ng-file-upload/tutorial