diff --git a/src/freedombone-app-peertube b/src/freedombone-app-peertube index 352f47e6..78c52007 100755 --- a/src/freedombone-app-peertube +++ b/src/freedombone-app-peertube @@ -532,6 +532,7 @@ function install_peertube { echo $'Failed to install yarn' exit 79353234 fi + yarn add -D webpack --network-concurrency 1 yarn install if [ ! "$?" = "0" ]; then echo $'Failed to run yarn install'