grunt-email-builder
grunt-email-builder copied to clipboard
Doesn't run on current node.js versions
I can successfully run the task on node 6.11.0 but not on 8.10.0.
Running "emailBuilder:inline" (emailBuilder) task
Fatal error: Unknown encoding:
$ node -v
v8.10.0
Any idea how to fix this?
@tomm1996 , it looks like this project hasn’t been updated since 2016, so it might require using Node Version Manager so you can run it on node 6.11.0 without messing with your other systemwide node configs.