clementdelestre/TeX

Manually installing TeX from GitHub doesn't work

Closed this issue · 1 comments

I want to make some bespoke modifications to the version of TeX I'm using, so I cloned this repo in my server's home directory, then set the build directory in angular.json to be ~/.kodi/addons/webinterface.tex, which is the folder where the version of TeX I originally installed via Kodi's interface lives, so hopefully I can just substitute the former for the latter, then ran ng build. It outputs the built files to Kodi to serve as its web interface just fine, and the file/directory structure inside ~/.kodi/addons/webinterface.tex looks correct. The problem is, even though (in theory, as far as I know) this should work perfectly fine, because the version of this interface that Kodi installs via the addon marketplace is exactly the same as the build output of this project, the web interface is broken when I do this.

Specifically, for some reason not all off the styles/layouts are applied to the interface, so although the actual HTML content is all there and buttons and such work fine, everything is broken or invisible. Here's a screenshot:

image

Do you have any tips for manually installing TeX? Thanks

turned out it was a version thing, i let npm audit fix change the versions of some things, forgot about it, and that's what broke everything. reverting the audit's changes did the trick