How to Install async-file NPM Packages on Ubuntu / Debian

How to Install async-file software package in NPM Packages

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

Git clone:

$ 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

How to remove async-file package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall async-file

Basic Information of async-file NPM Package:

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