How to Install fs NPM Packages on Ubuntu / Debian

How to Install fs software package in NPM Packages

fs : This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and well probably give it to you if you want it.. You can installing 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 fs
$ sudo npm install -g fs

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

$ sudo npm update fs

Update package globally,

$ npm install -g fs

Git clone:

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

fs@0.0.1-security /usr/lib/node_modules/fs

How to remove fs package :

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

$ sudo npm uninstall fs

Basic Information of fs NPM Package:

Package Name fs
Version 0.0.1-security
Description This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and well probably give it to you if you want it.
Released Date 2016-08-23T17:56:58.976Z
Published by ehsalazar
How to Learn https://www.npmjs.com/package/fs/tutorial