p-try : `Promise#try()` ponyfill - Starts a promise chain. You can installing p-try 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 p-try $ sudo npm install -g p-try
If want to update the p-try package execute the command as below,
$ sudo npm update p-try
Update package globally,
$ npm install -g p-try
$ sudo git clone https://github.com/rektide/p-try.git
$ sudo npm install -g ./p-try
p-try@1.0.0 /usr/lib/node_modules/p-try
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall p-try
| Package Name | p-try |
| Version | 1.0.0 |
| Description | `Promise#try()` ponyfill - Starts a promise chain |
| Released Date | 2016-10-21T06:16:43.459Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/p-try/tutorial |