osenv : Look up environment settings specific to different operating systems. You can installing osenv 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 osenv $ sudo npm install -g osenv
If want to update the osenv package execute the command as below,
$ sudo npm update osenv
Update package globally,
$ npm install -g osenv
$ sudo git clone https://github.com/rektide/osenv.git
$ sudo npm install -g ./osenv
osenv@0.1.4 /usr/lib/node_modules/osenv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall osenv
| Package Name | osenv |
| Version | 0.1.4 |
| Description | Look up environment settings specific to different operating systems |
| Released Date | 2016-12-13T19:04:51.765Z |
| Published by | isaacs |
| How to Learn | https://www.npmjs.com/package/osenv/tutorial |