Skip to content

Commit

Permalink
Fix NPM/Node version clash
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng authored Dec 19, 2024
1 parent 44ab56a commit f6021a5
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 @@ -10,7 +10,7 @@ sc.exe stop scrypted.exe
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

# Install node.js
choco upgrade -y nodejs-lts --version=20.11.1
choco upgrade -y nodejs-lts --version=20.18.0

# Install VC Redist, which is necessary for portable python
choco install -y vcredist140
Expand Down

0 comments on commit f6021a5

Please sign in to comment.