promiscuous : A minimal and fast promise implementation. You can installing promiscuous 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 promiscuous $ sudo npm install -g promiscuous
If want to update the promiscuous package execute the command as below,
$ sudo npm update promiscuous
Update package globally,
$ npm install -g promiscuous
$ sudo git clone https://github.com/rektide/promiscuous.git
$ sudo npm install -g ./promiscuous
promiscuous@0.7.1 /usr/lib/node_modules/promiscuous
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promiscuous
| Package Name | promiscuous |
| Version | 0.7.1 |
| Description | A minimal and fast promise implementation |
| Released Date | 2017-08-11T00:48:58.919Z |
| Published by | rubenverborgh |
| How to Learn | https://www.npmjs.com/package/promiscuous/tutorial |