From 9f8688356c3e2dfbac2464a38a41ded03302f284 Mon Sep 17 00:00:00 2001 From: "PC-ROGE\\c" Date: Thu, 20 Apr 2023 14:05:56 +0300 Subject: [PATCH] npm install to WebServers added --- upgrade.py | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrade.py b/upgrade.py index ff5621b..c103ef5 100644 --- a/upgrade.py +++ b/upgrade.py @@ -28,6 +28,7 @@ powershell.run_command('git pull ' + git_url_lib + ' master', session_server_lib # install node_modules session_server_root_dir = deploy_path + '/pixel-streaming-session-server' powershell.run_command('npm install', session_server_root_dir) +powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/') powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/SignallingWebServer') powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/SFU')