-
Notifications
You must be signed in to change notification settings - Fork 47
Description
I attempted to run the server's start.sh script on my Arch Linux machine with Git, Node, and Java all installed in accordance with the readme. However, the server seems to depend on Bun as well: trying to run the script without that installed led to an error, while, after I installed it, the server ran without issue. I'd recommend adding Bun to the dependencies list, accordingly.
(The start script did make an attempt to do a global install of Bun via Node. However, this failed due to permission issues, and as far as I can tell this was correct of it: it makes much more sense, if a global install of Bun is necessary, to list it in the dependencies list for people to acquire via their package-management tool of choice, rather than making non-warned-about global installs of dependencies-not-in-the-list upon the script's run.)