leemunroe / grunt-email-workflow

A Grunt workflow for designing and testing responsive HTML email templates with SCSS.
MIT License
3.05k stars 339 forks source link

Get this error for mailgun #85

Closed rolandish closed 7 years ago

rolandish commented 7 years ago
Loading "mailgun.js" tasks...ERROR

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
Warning: Task "mailgun" not found. Use --force to continue.
Aborted due to warnings.

I sent @markhuge a pull request to his node-mailgun-send that fixes this issue.

taeo commented 7 years ago

Looks like your PR is still lingering.

I was able to send mailgun emails just fine with the grunt send --template=[THE_TEMPLATE_NAME] command.

@rwillwerth - What is your node version? That could be an issue if you're on an older version. I'm on v7.x node --version

markhuge commented 7 years ago

This is going to sound really pedantic, but I've had to stop accepting PRs (however trivial) for issues that are not effecting current LTS.

This doesn't seem to be an issue in 6.x which is the current LTS.

taeo commented 7 years ago

Nothing wrong with that, Mark. Thanks.

We can call this closed.