From dc9ec4f093e05ef6d86cfddfd69d4785f05295b6 Mon Sep 17 00:00:00 2001 From: Xenorio Date: Thu, 3 Mar 2022 23:09:05 +0100 Subject: [PATCH] Add nan to dependencies sqlite requires it, setup not going through without it, and manual install isn't working. does work when adding to dependencies tho. --- bundle/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/package.json b/bundle/package.json index 8915665d..0b3fc817 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -105,6 +105,7 @@ "typeorm": "^0.2.37", "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2" + "ws": "^7.4.2", + "nan": "^2.15.0" } }