modals : reimplementation of toast/alert/confirm/prompt. You can installing modals 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 modals $ sudo npm install -g modals
If want to update the modals package execute the command as below,
$ sudo npm update modals
Update package globally,
$ npm install -g modals
$ sudo git clone https://github.com/rektide/modals.git
$ sudo npm install -g ./modals
modals@0.1.9 /usr/lib/node_modules/modals
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall modals
Package Name | modals |
Version | 0.1.9 |
Description | reimplementation of toast/alert/confirm/prompt |
Released Date | 2017-05-12T07:28:42.633Z |
Published by | mr.raindrop |
How to Learn | https://www.npmjs.com/package/modals/tutorial |