lazy-req : Require modules lazily. You can installing lazy-req 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 lazy-req $ sudo npm install -g lazy-req
If want to update the lazy-req package execute the command as below,
$ sudo npm update lazy-req
Update package globally,
$ npm install -g lazy-req
$ sudo git clone https://github.com/rektide/lazy-req.git
$ sudo npm install -g ./lazy-req
lazy-req@2.0.0 /usr/lib/node_modules/lazy-req
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lazy-req
Package Name | lazy-req |
Version | 2.0.0 |
Description | Require modules lazily |
Released Date | 2017-01-17T09:44:36.932Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/lazy-req/tutorial |