How to Install untildify NPM Packages on Ubuntu / Debian

How to Install untildify software package in NPM Packages

untildify : Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev. You can installing untildify 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 untildify
$ sudo npm install -g untildify

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

$ sudo npm update untildify

Update package globally,

$ npm install -g untildify

Git clone:

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

untildify@3.0.2 /usr/lib/node_modules/untildify

How to remove untildify package :

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

$ sudo npm uninstall untildify

Basic Information of untildify NPM Package:

Package Name untildify
Version 3.0.2
Description Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev
Released Date 2016-05-07T15:18:41.746Z
Published by sindresorhus
How to Learn https://www.npmjs.com/package/untildify/tutorial