From f598d8f401bb91f499c6cd4187f8886c00a10c4f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 17 May 2025 09:42:16 -0700 Subject: [PATCH] Express v5.0.0+ breaks the program, keep using 4 for now. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b81125..3dc2f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "express": ">=4.18.1" + "express": ">=4.18.1 < 5.0.0" }, "scripts": { "start": "./run.sh"