convert-units : Convert between quantities in different units. You can installing convert-units 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 convert-units $ sudo npm install -g convert-units
If want to update the convert-units package execute the command as below,
$ sudo npm update convert-units
Update package globally,
$ npm install -g convert-units
$ sudo git clone https://github.com/rektide/convert-units.git
$ sudo npm install -g ./convert-units
convert-units@2.3.1 /usr/lib/node_modules/convert-units
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall convert-units
Package Name | convert-units |
Version | 2.3.1 |
Description | Convert between quantities in different units |
Released Date | 2017-07-06T01:31:39.823Z |
Published by | benng |
How to Learn | https://www.npmjs.com/package/convert-units/tutorial |