diff --git a/npm-install.sh b/npm-install.sh index c6f150d12..7423dcb8e 100755 --- a/npm-install.sh +++ b/npm-install.sh @@ -1,10 +1,4 @@ #!/bin/bash -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 -fi - echo ###################################### echo "Setting up popular plugins." echo "Additional will need npm install manually." @@ -15,7 +9,7 @@ cd $(dirname $0) git submodule init git submodule update -for directory in sdk common server packages/client packages/auth-fetch +for directory in sdk server common packages/client packages/auth-fetch do echo "$directory > npm install" pushd $directory