Posts

Showing posts from November, 2018

How To Install Latest Nodejs and React js on CentOS/RHEL 7/6

Image
Today I'm going To show how to install How To Install Latest Nodejs and React js  on CentOS/RHEL 7/6. Step 1 – Add Node.js Yum Repository: First of all, You Have to enable node.js yum repository in your system provided by the Node.js official website. You alsoneed Devevelopment tools to build native add-ons to be installed on your system. Open Your Teminal And Run Those Command: #yum install -y gcc-c++ make  #curl -sL https://rpm.nodesource.com/setup_11.x | sudo -E bash -  Step 2 – Install Node.js and NPM  After adding yum repository install Node.js #yum install nodejs Step 3 – Check Node.js and NPM Version #node -v  Also Check NPM version  #npm -v  After Install Js Lets install React Js On Redhat Linux Step:1 #npm install -g create-react-app   Step 2 : Make React  Linux-skill #create-react-app Linux-skill     # cd linux-skill #Npm start   Thank You For visiting my Blog. Stay blessed