inflight : Add callbacks to requests in flight to avoid async duplication. You can installing inflight 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 inflight $ sudo npm install -g inflight
If want to update the inflight package execute the command as below,
$ sudo npm update inflight
Update package globally,
$ npm install -g inflight
$ sudo git clone https://github.com/rektide/inflight.git
$ sudo npm install -g ./inflight
inflight@1.0.6 /usr/lib/node_modules/inflight
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall inflight
| Package Name | inflight |
| Version | 1.0.6 |
| Description | Add callbacks to requests in flight to avoid async duplication |
| Released Date | 2016-10-13T03:53:29.524Z |
| Published by | isaacs |
| How to Learn | https://www.npmjs.com/package/inflight/tutorial |