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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall connect-flash
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 |