steam : Lets you interface with Steam without running an actual Steam client. You can installing steam 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 steam $ sudo npm install -g steam
If want to update the steam package execute the command as below,
$ sudo npm update steam
Update package globally,
$ npm install -g steam
$ sudo git clone https://github.com/rektide/steam.git
$ sudo npm install -g ./steam
steam@1.4.0 /usr/lib/node_modules/steam
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall steam
| Package Name | steam |
| Version | 1.4.0 |
| Description | Lets you interface with Steam without running an actual Steam client |
| Released Date | 2015-12-26T19:16:36.452Z |
| Published by | seishun |
| How to Learn | https://www.npmjs.com/package/steam/tutorial |