HearthSim / Joust

🍿 Hearthstone replays in your browser.
https://hearthsim.info/joust/
115 stars 19 forks source link

Fail to launch due to missing require ; embedding instructions are somehow incomplete #251

Open joshudson opened 4 months ago

joshudson commented 4 months ago

I was able to get it to build after figuring out how to use npm -g as nonroot. It builds with nothing that looks like an error. Trying to launch it results in it not launching; the javascript console lists call to undefined function require as the reason.

I know what require is. I don't know what is missing that it would actually work. I'm used to require being provided by the project compiler and existing top-level in the script file being included.