Email-builder / grunt-email-builder

Build Emails from HTML / CSS code in grunt
Other
94 stars 14 forks source link

Error thrown on Node v0.12.0 #39

Closed cstauf2 closed 9 years ago

cstauf2 commented 9 years ago

I had to downgrade to Node v0.10.35 in order for this plugin to work.

Running "emailBuilder:inline" (emailBuilder) task
>> TypeError: Cannot read property 'removeChild' of null

Done, without errors.
jeremypeter commented 9 years ago

I'm confused, do you mean Node v0.12.0?

cstauf2 commented 9 years ago

I'm sorry - yes. I was getting the above error on Node v0.12.0

mattstein commented 9 years ago

Same problem, wasn't able to downgrade (tried Node 0.11.11, 0.11.10, 0.11.9, 0.11.8, 0.10.36, 0.10.35) due to failed lazy symbol binding on OSX 10.10.2.

jeremypeter commented 9 years ago

Version 3.0.0 should resolve this now