builtins : List of node.js builtin modules. You can installing builtins 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 builtins $ sudo npm install -g builtins
If want to update the builtins package execute the command as below,
$ sudo npm update builtins
Update package globally,
$ npm install -g builtins
$ sudo git clone https://github.com/rektide/builtins.git
$ sudo npm install -g ./builtins
builtins@1.0.3 /usr/lib/node_modules/builtins
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall builtins
Package Name | builtins |
Version | 1.0.3 |
Description | List of node.js builtin modules |
Released Date | 2015-10-25T10:39:36.182Z |
Published by | juliangruber |
How to Learn | https://www.npmjs.com/package/builtins/tutorial |