How to Install mv NPM Packages on Ubuntu / Debian

How to Install mv software package in NPM Packages

mv : fs.rename but works across devices. same as the unix utility mv. You can installing mv 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 mv
$ sudo npm install -g mv

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

$ sudo npm update mv

Update package globally,

$ npm install -g mv

Git clone:

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

mv@2.1.1 /usr/lib/node_modules/mv

How to remove mv package :

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

$ sudo npm uninstall mv

Basic Information of mv NPM Package:

Package Name mv
Version 2.1.1
Description fs.rename but works across devices. same as the unix utility mv
Released Date 2015-06-22T22:06:53.771Z
Published by superjoe
How to Learn https://www.npmjs.com/package/mv/tutorial