toml : TOML parser for Node.js (parses TOML spec v0.4.0). You can installing toml 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 toml $ sudo npm install -g toml
If want to update the toml package execute the command as below,
$ sudo npm update toml
Update package globally,
$ npm install -g toml
$ sudo git clone https://github.com/rektide/toml.git
$ sudo npm install -g ./toml
toml@2.3.3 /usr/lib/node_modules/toml
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall toml
| Package Name | toml |
| Version | 2.3.3 |
| Description | TOML parser for Node.js (parses TOML spec v0.4.0) |
| Released Date | 2017-08-31T20:26:18.345Z |
| Published by | binarymuse |
| How to Learn | https://www.npmjs.com/package/toml/tutorial |