Skip to content

Commit

Permalink
Update install-scrypted-dependencies-win.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng authored Dec 19, 2024
1 parent f6021a5 commit a2b3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/local/install-scrypted-dependencies-win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $SCRYPTED_WINDOWS_PYTHON_VERSION="-3.9"
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")

# 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
# Fixed in newer versions of NPM but not the one bundled with Node 20
# https://github.com/nodejs/node/issues/53538
npm i -g npm

Expand Down

0 comments on commit a2b3d23

Please sign in to comment.