ini : An ini encoder/decoder for node. You can installing ini 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 ini $ sudo npm install -g ini
If want to update the ini package execute the command as below,
$ sudo npm update ini
Update package globally,
$ npm install -g ini
$ sudo git clone https://github.com/rektide/ini.git
$ sudo npm install -g ./ini
ini@1.3.5 /usr/lib/node_modules/ini
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ini
Package Name | ini |
Version | 1.3.5 |
Description | An ini encoder/decoder for node |
Released Date | 2017-11-21T22:17:14.391Z |
Published by | isaacs |
How to Learn | https://www.npmjs.com/package/ini/tutorial |