async-lock : Lock on asynchronous code. You can installing async-lock 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 async-lock $ sudo npm install -g async-lock
If want to update the async-lock package execute the command as below,
$ sudo npm update async-lock
Update package globally,
$ npm install -g async-lock
$ sudo git clone https://github.com/rektide/async-lock.git
$ sudo npm install -g ./async-lock
async-lock@1.1.0 /usr/lib/node_modules/async-lock
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall async-lock
Package Name | async-lock |
Version | 1.1.0 |
Description | Lock on asynchronous code |
Released Date | 2017-10-17T06:32:32.144Z |
Published by | rogierschouten |
How to Learn | https://www.npmjs.com/package/async-lock/tutorial |