fix: Parse Server installation fails due to post install script incorrectly parsing required min. Node version (#9216)

This commit is contained in:
Manuel
2024-07-17 19:09:34 +02:00
committed by GitHub
parent 5fa58fe774
commit 0fa82a54fe
3 changed files with 36 additions and 48 deletions

View File

@@ -139,7 +139,7 @@
"madge:circular": "node_modules/.bin/madge ./src --circular"
},
"engines": {
"node": "18 || 19 || 20 || 22"
"node": ">=18.0.0 <19.0.0 || >=19.0.0 <20.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0"
},
"bin": {
"parse-server": "bin/parse-server"