grunt-email-builder icon indicating copy to clipboard operation
grunt-email-builder copied to clipboard

Doesn't run on current node.js versions

Open tomm1996 opened this issue 6 years ago • 1 comments

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 avatar Jul 26 '18 08:07 tomm1996

@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.

bobsawey avatar Jul 27 '18 01:07 bobsawey