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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall meteor-node-stubs
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 |