How to Install ngx-toastr NPM Packages on Ubuntu / Debian

How to Install ngx-toastr software package in NPM Packages

ngx-toastr : Toastr for Angular. You can installing ngx-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 ngx-toastr
$ sudo npm install -g ngx-toastr

If want to update the ngx-toastr package execute the command as below,

$ sudo npm update ngx-toastr

Update package globally,

$ npm install -g ngx-toastr

Git clone:

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

ngx-toastr@6.5.0 /usr/lib/node_modules/ngx-toastr

How to remove ngx-toastr package :

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

$ sudo npm uninstall ngx-toastr

Basic Information of ngx-toastr NPM Package:

Package Name ngx-toastr
Version 6.5.0
Description Toastr for Angular
Released Date 2017-10-25T16:31:31.738Z
Published by scttcper
How to Learn https://www.npmjs.com/package/ngx-toastr/tutorial