How to Install require-all NPM Packages on Ubuntu / Debian

How to Install require-all software package in NPM Packages

require-all : An easy way to require all files within a directory.. You can installing require-all 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 require-all
$ sudo npm install -g require-all

If want to update the require-all package execute the command as below,

$ sudo npm update require-all

Update package globally,

$ npm install -g require-all

Git clone:

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

require-all@2.2.0 /usr/lib/node_modules/require-all

How to remove require-all package :

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

$ sudo npm uninstall require-all

Basic Information of require-all NPM Package:

Package Name require-all
Version 2.2.0
Description An easy way to require all files within a directory.
Released Date 2017-02-19T03:11:43.575Z
Published by dougwilson
How to Learn https://www.npmjs.com/package/require-all/tutorial