From a39b24c5e9bbb75be33e3fd53edd5c162a1f4b01 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 5 Jul 2026 21:36:24 +1000 Subject: [PATCH] fix: Install the latest Parse Server version in bootstrap.sh Closes #8513 --- bootstrap.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index c36f0ad402..e72affc20b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -162,9 +162,7 @@ cat > ./package.json << EOF "scripts": { "start": "parse-server config.json" }, - "dependencies": { - "parse-server": "^3.9.0" - } + "dependencies": {} } EOF echo "${CHECK} Created package.json" @@ -195,7 +193,7 @@ fi echo "\n${CHECK} running npm install\n" -npm install -s +npm install parse-server -s CURL_CMD=$(cat << EOF curl -X POST -H 'X-Parse-Application-Id: ${APP_ID}' \\