Xum
HHomarr
•Created by Xum on 10/21/2023 in #💬・get-help
Build from source issues
Hello, I would like to build from source, I've installed latest lts versions of node /npm on a debian 11 machine.
I'm following these instructions from the documentation and I also copied the env.example to .env and generated and added the nextauthkey as specified in the file.
The
npm install
command is throwing some errors related to the versioning of i18next.
So I do npm install --legacy-peer-deps
instead.
But then during npm start
I'm getting error like this:
This looks like the issue is related to the database server. Do I need to initialize a db server somehow? The .env specifications are default and it seems to create a db file within /database.
I also looked into the scripts folder and there is a run.sh, which has some db migration thingies for yarn, I converted them to npm and giving a try but that was just a hopeless try and didnt do anything.
Please advise if there is a known solution or how to further debug. Thanks.11 replies