How to Install connect-flash NPM Packages on Ubuntu / Debian

How to Install connect-flash software package in NPM Packages

connect-flash : Flash message middleware for Connect.. You can installing connect-flash 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 connect-flash
$ sudo npm install -g connect-flash

If want to update the connect-flash package execute the command as below,

$ sudo npm update connect-flash

Update package globally,

$ npm install -g connect-flash

Git clone:

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

connect-flash@0.1.1 /usr/lib/node_modules/connect-flash

How to remove connect-flash package :

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

$ sudo npm uninstall connect-flash

Basic Information of connect-flash NPM Package:

Package Name connect-flash
Version 0.1.1
Description Flash message middleware for Connect.
Released Date 2013-05-13T01:23:20.523Z
Published by jaredhanson
How to Learn https://www.npmjs.com/package/connect-flash/tutorial