How to Install encoding NPM Packages on Ubuntu / Debian

How to Install encoding software package in NPM Packages

encoding : Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed. You can installing encoding 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 encoding
$ sudo npm install -g encoding

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

$ sudo npm update encoding

Update package globally,

$ npm install -g encoding

Git clone:

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

encoding@0.1.12 /usr/lib/node_modules/encoding

How to remove encoding package :

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

$ sudo npm uninstall encoding

Basic Information of encoding NPM Package:

Package Name encoding
Version 0.1.12
Description Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed
Released Date 2015-12-23T09:06:30.764Z
Published by andris
How to Learn https://www.npmjs.com/package/encoding/tutorial