Skip to content

Clarify php and node deps in readme #16

Description

@axoletl

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. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions