How to Install notp NPM Packages on Ubuntu / Debian

How to Install notp software package in NPM Packages

notp : Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator. You can installing notp 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 notp
$ sudo npm install -g notp

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

$ sudo npm update notp

Update package globally,

$ npm install -g notp

Git clone:

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

notp@2.0.3 /usr/lib/node_modules/notp

How to remove notp package :

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

$ sudo npm uninstall notp

Basic Information of notp NPM Package:

Package Name notp
Version 2.0.3
Description Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator
Released Date 2014-10-14T00:17:06.469Z
Published by guyht
How to Learn https://www.npmjs.com/package/notp/tutorial