How to Install jwt-decode NPM Packages on Ubuntu / Debian

How to Install jwt-decode software package in NPM Packages

jwt-decode : Decode JWT tokens, mostly useful for browser applications.. You can installing jwt-decode 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 jwt-decode
$ sudo npm install -g jwt-decode

If want to update the jwt-decode package execute the command as below,

$ sudo npm update jwt-decode

Update package globally,

$ npm install -g jwt-decode

Git clone:

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

jwt-decode@2.2.0 /usr/lib/node_modules/jwt-decode

How to remove jwt-decode package :

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

$ sudo npm uninstall jwt-decode

Basic Information of jwt-decode NPM Package:

Package Name jwt-decode
Version 2.2.0
Description Decode JWT tokens, mostly useful for browser applications.
Released Date 2017-03-20T12:49:56.829Z
Published by jfromaniello
How to Learn https://www.npmjs.com/package/jwt-decode/tutorial