mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 12:42:44 +01:00
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.
This commit is contained in:
parent
867b1979c4
commit
70e0bd2003
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user