promisie : helpful add-on functionality for es6 Promises. You can installing promisie 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 promisie $ sudo npm install -g promisie
If want to update the promisie package execute the command as below,
$ sudo npm update promisie
Update package globally,
$ npm install -g promisie
$ sudo git clone https://github.com/rektide/promisie.git
$ sudo npm install -g ./promisie
promisie@2.0.0-alpha.0 /usr/lib/node_modules/promisie
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promisie
| Package Name | promisie |
| Version | 2.0.0-alpha.0 |
| Description | helpful add-on functionality for es6 Promises |
| Released Date | 2017-08-23T22:06:50.303Z |
| Published by | janbialostok |
| How to Learn | https://www.npmjs.com/package/promisie/tutorial |