How to Install node-cache NPM Packages on Ubuntu / Debian

How to Install node-cache software package in NPM Packages

node-cache : Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.. You can installing node-cache 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-cache
$ sudo npm install -g node-cache

If want to update the node-cache package execute the command as below,

$ sudo npm update node-cache

Update package globally,

$ npm install -g node-cache

Git clone:

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

node-cache@4.1.1 /usr/lib/node_modules/node-cache

How to remove node-cache package :

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

$ sudo npm uninstall node-cache

Basic Information of node-cache NPM Package:

Package Name node-cache
Version 4.1.1
Description Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
Released Date 2016-12-21T11:27:05.176Z
Published by tcs-de
How to Learn https://www.npmjs.com/package/node-cache/tutorial