Sjoerd Boerrigter
Sjoerd Boerrigter
I am trying to make this: The width is 24px and the line-height is 3px. I've tried playing around with the `distance` prop, but they all result in a line-height...
Ok, I understand. Thanks for considering this.
Same issue here on PHP 8.0. I've updated the Mustache package and created a PR that fixes this issue: https://github.com/scribu/wp-posts-to-posts/pull/577.
Same issue here. Do you remember how you solved this?
Ok, thanks for your quick reply. Unfortunately the API is no option for me because it uses an outdated version of MJML that has trouble rendering responsive e-mails in Outlook...
I have the same error as above: ``` PHP Fatal error: Uncaught Qferrer\Mjml\Exception\ProcessException: env: node: No such file or directory in [...]/vendor/qferr/mjml-php/src/Process/Process.php:42 Stack trace: #0 [...]/vendor/qferr/mjml-php/src/Renderer/BinaryRenderer.php(42): Qferrer\Mjml\Process\Process->run() #1 [...]/my-repo/MyClass.php(85): Qferrer\Mjml\Renderer\BinaryRenderer->render('render('...
That works: ``` $ node_modules/.bin/mjml input.mjml [...] ```
``` $ npm -v 8.12.1 $ node -v v16.13.0 ```
`~/.nvm/versions/node/v16.13.0/bin/node`
I cannot add a symlink to `/user/bin/node` that gives me this error (also if i add `sudo`): ``` ln: /usr/bin/node: Operation not permitted ``` I can add it to `/user/local/bin/node`....