How to Install unidecode NPM Packages on Ubuntu / Debian

How to Install unidecode software package in NPM Packages

unidecode : ASCII transliterations of Unicode text. You can installing unidecode 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 unidecode
$ sudo npm install -g unidecode

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

$ sudo npm update unidecode

Update package globally,

$ npm install -g unidecode

Git clone:

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

unidecode@0.1.8 /usr/lib/node_modules/unidecode

How to remove unidecode package :

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

$ sudo npm uninstall unidecode

Basic Information of unidecode NPM Package:

Package Name unidecode
Version 0.1.8
Description ASCII transliterations of Unicode text
Released Date 2015-12-06T09:32:09.603Z
Published by fgribreau
How to Learn https://www.npmjs.com/package/unidecode/tutorial