netrc : Parse netrc files. You can installing netrc 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 netrc $ sudo npm install -g netrc
If want to update the netrc package execute the command as below,
$ sudo npm update netrc
Update package globally,
$ npm install -g netrc
$ sudo git clone https://github.com/rektide/netrc.git
$ sudo npm install -g ./netrc
netrc@0.1.4 /usr/lib/node_modules/netrc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall netrc
| Package Name | netrc |
| Version | 0.1.4 |
| Description | Parse netrc files |
| Released Date | 2015-09-02T16:40:23.388Z |
| Published by | camshaft |
| How to Learn | https://www.npmjs.com/package/netrc/tutorial |