diff --git a/scripts/dev/ci_install.py b/scripts/dev/ci_install.py index 05e3622f8..b9f337854 100644 --- a/scripts/dev/ci_install.py +++ b/scripts/dev/ci_install.py @@ -100,7 +100,7 @@ elif TRAVIS_OS == 'linux': if INSTALL_PYQT: pkgs += ['python3-pyqt5', 'python3-pyqt5.qtwebkit'] if TESTENV == 'eslint': - pkgs += ['npm', 'nodejs'] + pkgs += ['npm', 'nodejs', 'nodejs-legacy'] if pkgs: print("apt-get update...")