y18n : the bare-bones internationalization library used by yargs. You can installing y18n 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 y18n $ sudo npm install -g y18n
If want to update the y18n package execute the command as below,
$ sudo npm update y18n
Update package globally,
$ npm install -g y18n
$ sudo git clone https://github.com/rektide/y18n.git
$ sudo npm install -g ./y18n
y18n@4.0.0 /usr/lib/node_modules/y18n
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall y18n
| Package Name | y18n |
| Version | 4.0.0 |
| Description | the bare-bones internationalization library used by yargs |
| Released Date | 2017-10-10T19:03:17.301Z |
| Published by | nexdrew |
| How to Learn | https://www.npmjs.com/package/y18n/tutorial |