How to Install node-telegram-bot-api NPM Packages on Ubuntu / Debian

How to Install node-telegram-bot-api software package in NPM Packages

node-telegram-bot-api : Telegram Bot API. You can installing node-telegram-bot-api 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 node-telegram-bot-api
$ sudo npm install -g node-telegram-bot-api

If want to update the node-telegram-bot-api package execute the command as below,

$ sudo npm update node-telegram-bot-api

Update package globally,

$ npm install -g node-telegram-bot-api

Git clone:

$ sudo  git clone https://github.com/rektide/node-telegram-bot-api.git
$ sudo  npm install -g ./node-telegram-bot-api

node-telegram-bot-api@0.29.0 /usr/lib/node_modules/node-telegram-bot-api

How to remove node-telegram-bot-api package :

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

$ sudo npm uninstall node-telegram-bot-api

Basic Information of node-telegram-bot-api NPM Package:

Package Name node-telegram-bot-api
Version 0.29.0
Description Telegram Bot API
Released Date 2017-10-22T16:37:20.230Z
Published by gochomugo
How to Learn https://www.npmjs.com/package/node-telegram-bot-api/tutorial