Skip to content
Snippets Groups Projects
Commit 8aba2373 authored by Bob Mottram's avatar Bob Mottram
Browse files

Install various dependencies

parent 992e4d76
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ function install_peertube_base {
increment_app_install_progress
npm install yarn@1.10.1
npm install yarn@1.13.1
increment_app_install_progress
......@@ -140,18 +140,49 @@ function install_peertube_base {
increment_app_install_progress
$peertube_local_install yarn@1.10.1
$peertube_local_install yarn@1.13.1
cd ${PEERTUBE_DIR} || exit 73
if [ -f "${PEERTUBE_DIR}/package-lock.json" ]; then
rm "${PEERTUBE_DIR}/package-lock.json"
fi
if ! sudo -H -u peertube NPM_CONFIG_PREFIX=${PEERTUBE_DIR}/peertube-latest/node_modules/npm NODE_CONFIG_DIR=${PEERTUBE_DIR}/config ${PEERTUBE_DIR}/peertube-latest/node_modules/.bin/yarn install --production --pure-lockfile; then
exit 54
fi
$peertube_local_install bcrypt@3.0.3
increment_app_install_progress
$peertube_local_install create-torrent@3.33.0
increment_app_install_progress
$peertube_local_install pem@1.13.2
increment_app_install_progress
$peertube_local_install lodash@4.17.11
increment_app_install_progress
$peertube_local_install multer@1.4.1
increment_app_install_progress
$peertube_local_install validator@10.11.0
increment_app_install_progress
$peertube_local_install body-parser@1.18.3
increment_app_install_progress
$peertube_local_install express@4.16.4
increment_app_install_progress
$peertube_local_install morgan@1.9.1
increment_app_install_progress
$peertube_local_install cors@2.8.5
increment_app_install_progress
$peertube_local_install cookie-parser@1.4.3
increment_app_install_progress
$peertube_local_install helmet@3.15.0
increment_app_install_progress
$peertube_local_install useragent@2.3.0
increment_app_install_progress
$peertube_local_install ip-anonymize@0.0.6
increment_app_install_progress
$peertube_local_install commander@2.19.0
increment_app_install_progress
$peertube_local_install config@3.0.1
increment_app_install_progress
$peertube_local_install fs-extra@7.0.1
increment_app_install_progress
$peertube_local_install winston@3.1.0
increment_app_install_progress
peertube_tcp_tuning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment