is-builtin-module : Check if a string matches the name of a Node.js builtin module. You can installing is-builtin-module 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 is-builtin-module $ sudo npm install -g is-builtin-module
If want to update the is-builtin-module package execute the command as below,
$ sudo npm update is-builtin-module
Update package globally,
$ npm install -g is-builtin-module
$ sudo git clone https://github.com/rektide/is-builtin-module.git
$ sudo npm install -g ./is-builtin-module
is-builtin-module@2.0.0 /usr/lib/node_modules/is-builtin-module
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-builtin-module
Package Name | is-builtin-module |
Version | 2.0.0 |
Description | Check if a string matches the name of a Node.js builtin module |
Released Date | 2017-11-15T04:24:16.303Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/is-builtin-module/tutorial |