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

How to Install react-scripts software package in NPM Packages

react-scripts : Configuration and scripts for Create React App.. You can installing react-scripts 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-scripts
$ sudo npm install -g react-scripts

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

$ sudo npm update react-scripts

Update package globally,

$ npm install -g react-scripts

Git clone:

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

react-scripts@1.0.17 /usr/lib/node_modules/react-scripts

How to remove react-scripts package :

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

$ sudo npm uninstall react-scripts

Basic Information of react-scripts NPM Package:

Package Name react-scripts
Version 1.0.17
Description Configuration and scripts for Create React App.
Released Date 2017-11-03T18:27:46.312Z
Published by gaearon
How to Learn https://www.npmjs.com/package/react-scripts/tutorial