mirror of https://github.com/qt/qt5.git
Add nodejs to RHEL 8.2
Change-Id: I325a1df169b9055af78d3579df1370f7c3a17852 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
parent
b1a3ccb99c
commit
a6c5f0e918
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue