jellyfin / jellyfin-tizen

Jellyfin Samsung TV Client
https://jellyfin.org
861 stars 69 forks source link

Trouble with Windows Build #225

Closed ClemKristian closed 8 months ago

ClemKristian commented 8 months ago

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

thornbill commented 8 months ago

Did you build jellyfin-web first?

ClemKristian commented 8 months ago

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.

SebastienBenazet commented 8 months ago

@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 commented 8 months ago

@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!