Skip to content

Commit

Permalink
Remove node version debug
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng authored Dec 6, 2024
1 parent 707ab16 commit 08dac20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install/local/install-scrypted-dependencies-win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08dac20

Please sign in to comment.