Quentin

Results 18 comments of Quentin
trafficstars

Are you sure `node` is installed correctly? What happens if you run `node_modules/.bin/mjml` command locally? Does it works?

Can you try `npm -v` and `node -v` from the project directory please?

I ran unit tests and a PHP test file with the example from the README.md, I can't reproduce the problem. Did you try to run a PHP file test with...

Can you drop the result of `$ which node`?

I think `node` should be in `/usr/bin` or `/usr/local/bin`. Could you add a symlink `ln -s /Users/xxx/.nvm/versions/node/v16.13.0/bin/node /usr/bin/node`? Source : https://github.com/nvm-sh/nvm/issues/786

Hello. I can't reproduce the problem. I think your infrastructure is the cause. The automated tests passed and I tested this on my local development and it works well.

Hello @MrPropre. You're right! I'll do it this week. Thank you!

If you still have the problem, please reopen the issue.