mirror of
https://github.com/koush/scrypted.git
synced 2026-06-28 12:10:25 +01:00
Merge branch 'main' of github.com:koush/scrypted
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
winget install -h OpenJS.NodeJS
|
||||
winget install -h "Python 3.10"
|
||||
winget install -h --id "OpenJS.NodeJS.LTS"
|
||||
winget install -h --id "Python.Python.3.10"
|
||||
|
||||
py -m pip install --upgrade pip
|
||||
py -m pip install aiofiles debugpy typing_extensions typing opencv-python
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
echo 'if (!process.version.startsWith("v18")) throw new Error("node 18 required")' | node
|
||||
echo 'if (!process.version.startsWith("v18")) throw new Error("Node 18 is required. Install Node Version Manager (nvm) for versioned node installations. See https://github.com/koush/scrypted/pull/498#issuecomment-1373854020")' | node
|
||||
if [ "$?" != 0 ]
|
||||
then
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user