close

yum install -y gcc-c++ make 

curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -

curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo

sudo yum install yarn

 

 

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 

 

VScode  extension

 

ESlint

JS JSX Snippets

 

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 阿貴貴 的頭像
    阿貴貴

    阿貴貴的亂七八糟雜談

    阿貴貴 發表在 痞客邦 留言(0) 人氣()