From 08dac20d7d0ede9c5988be0d3c6b315f6c358500 Mon Sep 17 00:00:00 2001 From: Long Zheng Date: Fri, 6 Dec 2024 23:28:32 +1100 Subject: [PATCH] Remove node version debug --- install/local/install-scrypted-dependencies-win.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/local/install-scrypted-dependencies-win.ps1 b/install/local/install-scrypted-dependencies-win.ps1 index 7484e73589..4ab0234b15 100644 --- a/install/local/install-scrypted-dependencies-win.ps1 +++ b/install/local/install-scrypted-dependencies-win.ps1 @@ -24,8 +24,6 @@ $SCRYPTED_WINDOWS_PYTHON_VERSION="-3.9" # Refresh environment variables for py and npx to work $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User") -node -v - # Workaround Windows Node no longer creating %APPDATA%\npm which causes npx to fail # Fixed in newer versions of NPM but not the one bundled with 20.11.1 # https://github.com/nodejs/node/issues/53538