Add nodejs to RHEL 8.2

Change-Id: I325a1df169b9055af78d3579df1370f7c3a17852
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
Allan Sandfeld Jensen 2021-05-26 13:41:25 +02:00
parent b1a3ccb99c
commit a6c5f0e918
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ sudo yum -y install "${installPackages[@]}"
sudo ln -s /usr/bin/python2 /usr/bin/python
sudo yum -y install @nodejs
# We shouldn't use yum to install virtualenv. The one found from package repo is not
# working, but we can use installed pip
sudo pip3 install --upgrade pip