node-proxy : A module for node implementing __noSuchMethod__-type handlers, such as object overloading, as part of the Harmony Catch-All Proxies specification found at http://wiki.ecmascript.org/doku.php?id=harmony:proxies. You can installing node-proxy 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 node-proxy $ sudo npm install -g node-proxy
If want to update the node-proxy package execute the command as below,
$ sudo npm update node-proxy
Update package globally,
$ npm install -g node-proxy
$ sudo git clone https://github.com/rektide/node-proxy.git
$ sudo npm install -g ./node-proxy
node-proxy@1.0.0 /usr/lib/node_modules/node-proxy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-proxy
Package Name | node-proxy |
Version | 1.0.0 |
Description | A module for node implementing __noSuchMethod__-type handlers, such as object overloading, as part of the Harmony Catch-All Proxies specification found at http://wiki.ecmascript.org/doku.php?id=harmony:proxies |
Released Date | 2015-10-10T18:38:19.001Z |
Published by | samshull |
How to Learn | https://www.npmjs.com/package/node-proxy/tutorial |