Coder Social home page Coder Social logo

Comments (3)

johnblommers avatar johnblommers commented on September 20, 2024 1

Aha, excellent! All I had to do was type:

sudo apt install php-xml

and ePub generation completed with success.

from ibis-next.

roberto-butti avatar roberto-butti commented on September 20, 2024

Hi @johnblommers thank you for the feedback. Really appreciated.
This tool uses DOMDocument in the process for converting markdown.
So DOMDocument is a dependency, and DOMDocument is shipped with a specific PHP Extension:
https://www.php.net/manual/en/dom.requirements.php

You need to install php-xml extension (or php-dom , in some operating system you have php-dom).

I will open a PR to set all the extension needed in the composer.json in order to provide a better message in the case the extension is missed.

You can run

composer check-platform-reqs

to see if something is missing.

If everything is fine you should see something like this:

ext-ctype    *          success provided by symfony/polyfill-ctype
ext-dom      20031129   success
ext-filter   8.3.2      success
ext-gd       8.3.2      success
ext-json     8.3.2      success
ext-mbstring *          success provided by symfony/polyfill-mbstring
ext-zlib     8.3.2      success
php          8.3.2      success

from ibis-next.

roberto-butti avatar roberto-butti commented on September 20, 2024

Great, I am happy to know that you updated your environment. I just merged a PR to set all the ext-* dependencies in the composer.json file #20

from ibis-next.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.