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
Also Check NPM version
#npm -v
Step 3 – Check Node.js and NPM Version
#node -vAlso 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
全站熱搜
留言列表