punycode : A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.. You can installing punycode 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 punycode $ sudo npm install -g punycode
If want to update the punycode package execute the command as below,
$ sudo npm update punycode
Update package globally,
$ npm install -g punycode
$ sudo git clone https://github.com/rektide/punycode.git
$ sudo npm install -g ./punycode
punycode@2.1.0 /usr/lib/node_modules/punycode
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall punycode
| Package Name | punycode |
| Version | 2.1.0 |
| Description | A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. |
| Released Date | 2017-01-06T18:05:34.286Z |
| Published by | mathias |
| How to Learn | https://www.npmjs.com/package/punycode/tutorial |