How to Install graceful-fs NPM Packages on Ubuntu / Debian

How to Install graceful-fs software package in NPM Packages

graceful-fs : A drop-in replacement for fs, making various improvements.. You can installing graceful-fs 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 graceful-fs
$ sudo npm install -g graceful-fs

If want to update the graceful-fs package execute the command as below,

$ sudo npm update graceful-fs

Update package globally,

$ npm install -g graceful-fs

Git clone:

$ sudo  git clone https://github.com/rektide/graceful-fs.git
$ sudo  npm install -g ./graceful-fs

graceful-fs@4.1.11 /usr/lib/node_modules/graceful-fs

How to remove graceful-fs package :

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

$ sudo npm uninstall graceful-fs

Basic Information of graceful-fs NPM Package:

Package Name graceful-fs
Version 4.1.11
Description A drop-in replacement for fs, making various improvements.
Released Date 2016-11-22T19:30:31.252Z
Published by isaacs
How to Learn https://www.npmjs.com/package/graceful-fs/tutorial