toastr : ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.. You can installing toastr 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 toastr $ sudo npm install -g toastr
If want to update the toastr package execute the command as below,
$ sudo npm update toastr
Update package globally,
$ npm install -g toastr
$ sudo git clone https://github.com/rektide/toastr.git
$ sudo npm install -g ./toastr
toastr@2.1.2 /usr/lib/node_modules/toastr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall toastr
| Package Name | toastr |
| Version | 2.1.2 |
| Description | ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. |
| Released Date | 2015-08-10T03:11:39.424Z |
| Published by | timferrell |
| How to Learn | https://www.npmjs.com/package/toastr/tutorial |