async-file : Adapts the Node.js File System API (fs) for use with TypeScript async/await. You can installing async-file 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-file $ sudo npm install -g async-file
If want to update the async-file package execute the command as below,
$ sudo npm update async-file
Update package globally,
$ npm install -g async-file
$ sudo git clone https://github.com/rektide/async-file.git
$ sudo npm install -g ./async-file
async-file@2.0.2 /usr/lib/node_modules/async-file
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall async-file
Package Name | async-file |
Version | 2.0.2 |
Description | Adapts the Node.js File System API (fs) for use with TypeScript async/await |
Released Date | 2016-10-03T04:33:07.692Z |
Published by | davetemplin |
How to Learn | https://www.npmjs.com/package/async-file/tutorial |