How to Install twit NPM Packages on Ubuntu / Debian

How to Install twit software package in NPM Packages

twit : Twitter API client for node (REST & Streaming). You can installing twit 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 twit
$ sudo npm install -g twit

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

$ sudo npm update twit

Update package globally,

$ npm install -g twit

Git clone:

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

twit@2.2.9 /usr/lib/node_modules/twit

How to remove twit package :

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

$ sudo npm uninstall twit

Basic Information of twit NPM Package:

Package Name twit
Version 2.2.9
Description Twitter API client for node (REST & Streaming)
Released Date 2017-06-15T17:21:27.784Z
Published by ttezel
How to Learn https://www.npmjs.com/package/twit/tutorial