How to Install intl NPM Packages on Ubuntu / Debian

How to Install intl software package in NPM Packages

intl : Polyfill the ECMA-402 Intl API (except collation). You can installing intl 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 intl
$ sudo npm install -g intl

If want to update the intl package execute the command as below,

$ sudo npm update intl

Update package globally,

$ npm install -g intl

Git clone:

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

intl@1.2.5 /usr/lib/node_modules/intl

How to remove intl package :

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

$ sudo npm uninstall intl

Basic Information of intl NPM Package:

Package Name intl
Version 1.2.5
Description Polyfill the ECMA-402 Intl API (except collation)
Released Date 2016-09-20T13:48:47.730Z
Published by caridy
How to Learn https://www.npmjs.com/package/intl/tutorial