jellyfin/jellyfin-tizen

Trouble with Windows Build

ClemKristian opened this issue · 4 comments

Seem to have an issue building this. I am able to compile jellyfin-web but not jellyfin-tizen. I get the error as shown plus a lot of depreciated errors npm logs are included. Any help would be greatly appreciated.

image
2023-10-15T22_34_19_975Z-debug-0.log

Did you build jellyfin-web first?

Yes as per the documentation. They are both cloned in the same parent directory. Should this be different the instructions were not that clear on that point unless I overlooked something.

@ClemKristian check that your JELLYFIN_WEB_DIR path is correct :
image

Depending if you are using CMD or PowerShell, it should point to the "jellyfin-web\dist" directory

@ClemKristian check that your JELLYFIN_WEB_DIR path is correct : image

Depending if you are using CMD or PowerShell, it should point to the "jellyfin-web\dist" directory

Wow completely missed that it had C:\ in the documentation, I guess I assumed it would be ..\jellyfin-web or something.

After correcting that it seemed to build correctly and produce \jellyfin-tizen\www.

Thank you for the help!