sys : Fixes using sys in your libraries without require all of Node to not depreciate stuff. Jeez.. You can installing sys 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 sys $ sudo npm install -g sys
If want to update the sys package execute the command as below,
$ sudo npm update sys
Update package globally,
$ npm install -g sys
$ sudo git clone https://github.com/rektide/sys.git
$ sudo npm install -g ./sys
sys@0.0.1 /usr/lib/node_modules/sys
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sys
| Package Name | sys |
| Version | 0.0.1 |
| Description | Fixes using sys in your libraries without require all of Node to not depreciate stuff. Jeez. |
| Released Date | 2012-07-07T00:22:25.623Z |
| Published by | npm |
| How to Learn | https://www.npmjs.com/package/sys/tutorial |