How to Install meteor-node-stubs NPM Packages on Ubuntu / Debian

How to Install meteor-node-stubs software package in NPM Packages

meteor-node-stubs : Stub implementations of Node built-in modules, a la Browserify. You can installing meteor-node-stubs 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 meteor-node-stubs
$ sudo npm install -g meteor-node-stubs

If want to update the meteor-node-stubs package execute the command as below,

$ sudo npm update meteor-node-stubs

Update package globally,

$ npm install -g meteor-node-stubs

Git clone:

$ sudo  git clone https://github.com/rektide/meteor-node-stubs.git
$ sudo  npm install -g ./meteor-node-stubs

meteor-node-stubs@0.3.2 /usr/lib/node_modules/meteor-node-stubs

How to remove meteor-node-stubs package :

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

$ sudo npm uninstall meteor-node-stubs

Basic Information of meteor-node-stubs NPM Package:

Package Name meteor-node-stubs
Version 0.3.2
Description Stub implementations of Node built-in modules, a la Browserify
Released Date 2017-10-19T01:17:03.976Z
Published by benjamn
How to Learn https://www.npmjs.com/package/meteor-node-stubs/tutorial