Kevin Van Lierde
Kevin Van Lierde
The way forward for this with the least required maintenance is: - Better docs (being worked on atm), importance of examples. There is a CTA now for example. - a...
It looks like the OS doesn't have NodeJS in the executables environment variable `PATH`, or it is differently named (one of the lines says `sh: node: command not found`). But...
Yw, this page contains additional info that may be relevant https://www.reddit.com/r/linuxquestions/comments/f9pwqz/binsh_not_reading_binary_from_usrlocalbin/ **Correction on my previous reply:** it should be "it looks like **the shell** doesn't have acces to the node...
@antonio-masotti please report back if you found the cause for this issue. I cannot reproduce it locally (and I don't have Amplify) The only approaches I have are appending `||...
Further observations: - The postinstall script somehow runs in a different shell than the main shell (eg dash instead of bash) which does not have node in its PATH env...
It would be useful if you could share a screenshot (before - after). Did you actually test it in an e-mail client? How did you inline the e-mail - because...
Might be related: https://github.com/leemunroe/responsive-html-email-template/pull/126#issuecomment-931200386 @gsg-chris could you try setting width: 100% as mentioned in the note in the linked comment?
I like the extra sentence of content you added, but I'm not so sure about the aliceblue background. Could you attach a picture please
Long-time passive starrer of this repo here, I like the idea. You could use a simple templating library to generate the HTML, like [Handlebars.js](https://handlebarsjs.com/) or [Lodash.template](https://www.npmjs.com/package/lodash.template). To init an npm...
Well a forker of this repo already put the template on NPM 5 years ago: https://www.npmjs.com/package/responsive-html-email-template. So if you want to go through with it, you will need to contact...