diff options
author | Xenorio <realxenorio@gmail.com> | 2022-03-03 23:09:05 +0100 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-03-04 09:15:07 +0300 |
commit | dc9ec4f093e05ef6d86cfddfd69d4785f05295b6 (patch) | |
tree | 5a6824d1bb4c8a09d21cf484c932b32e0b351236 | |
parent | Merge pull request #656 from fosscord/dependabot/npm_and_yarn/bundle/url-pars... (diff) | |
download | server-dc9ec4f093e05ef6d86cfddfd69d4785f05295b6.tar.xz |
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.
-rw-r--r-- | bundle/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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" } } |