xml2js : Simple XML to JavaScript object converter.. You can installing xml2js 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 xml2js $ sudo npm install -g xml2js
If want to update the xml2js package execute the command as below,
$ sudo npm update xml2js
Update package globally,
$ npm install -g xml2js
$ sudo git clone https://github.com/rektide/xml2js.git
$ sudo npm install -g ./xml2js
xml2js@0.4.19 /usr/lib/node_modules/xml2js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xml2js
| Package Name | xml2js |
| Version | 0.4.19 |
| Description | Simple XML to JavaScript object converter. |
| Released Date | 2017-08-22T07:44:24.002Z |
| Published by | leonidas |
| How to Learn | https://www.npmjs.com/package/xml2js/tutorial |