How to Install ini NPM Packages on Ubuntu / Debian

How to Install ini software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/ini.git
$ sudo  npm install -g ./ini

ini@1.3.5 /usr/lib/node_modules/ini

How to remove ini package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall ini

Basic Information of ini NPM Package:

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