How to Install twitter NPM Packages on Ubuntu / Debian

How to Install twitter software package in NPM Packages

twitter : Twitter API client library for node.js. You can installing twitter 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 twitter
$ sudo npm install -g twitter

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

$ sudo npm update twitter

Update package globally,

$ npm install -g twitter

Git clone:

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

twitter@1.7.1 /usr/lib/node_modules/twitter

How to remove twitter package :

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

$ sudo npm uninstall twitter

Basic Information of twitter NPM Package:

Package Name twitter
Version 1.7.1
Description Twitter API client library for node.js
Released Date 2017-06-13T11:48:37.477Z
Published by desmondmorris
How to Learn https://www.npmjs.com/package/twitter/tutorial