How to Install builtins NPM Packages on Ubuntu / Debian

How to Install builtins software package in NPM Packages

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

Git clone:

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

builtins@1.0.3 /usr/lib/node_modules/builtins

How to remove builtins package :

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

$ sudo npm uninstall builtins

Basic Information of builtins NPM Package:

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