While updating on #15 I ran into a few pitfalls:
- On Debian 13 Linux running PHP 8.42, I had to separately install the package
php8.4-xml in order to run src/converter.php due to a module error on SimpleXMLElement, this might not apply to your/all installs but might be worth clarifying as a troubleshooting step
- To run
src/svg_rip.js I had to run npm install font-blast, this is technically documented but the wording made it sound like i just had to run npm install as if there was an existing package.json to install from, should this be clarified to the full command or alternatively, should package.json (and by extension package-lock.json) just be included in src?
- Listing a recommended version of these packages and tooling might help (PHP and node version for e.g)
Am happy to work on these based on your recommendation, thanks for your time and work! It's been a big help on Arcanum. :)
While updating on #15 I ran into a few pitfalls:
php8.4-xmlin order to runsrc/converter.phpdue to a module error onSimpleXMLElement, this might not apply to your/all installs but might be worth clarifying as a troubleshooting stepsrc/svg_rip.jsI had to runnpm install font-blast, this is technically documented but the wording made it sound like i just had to runnpm installas if there was an existingpackage.jsonto install from, should this be clarified to the full command or alternatively, shouldpackage.json(and by extensionpackage-lock.json) just be included in src?Am happy to work on these based on your recommendation, thanks for your time and work! It's been a big help on Arcanum. :)