How to Install react-intl NPM Packages on Ubuntu / Debian

How to Install react-intl software package in NPM Packages

react-intl : Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.. You can installing react-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 react-intl
$ sudo npm install -g react-intl

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

$ sudo npm update react-intl

Update package globally,

$ npm install -g react-intl

Git clone:

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

react-intl@2.4.0 /usr/lib/node_modules/react-intl

How to remove react-intl package :

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

$ sudo npm uninstall react-intl

Basic Information of react-intl NPM Package:

Package Name react-intl
Version 2.4.0
Description Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
Released Date 2017-09-06T12:06:58.297Z
Published by okuryu
How to Learn https://www.npmjs.com/package/react-intl/tutorial