andrewrk / swig-email-templates

Node.js module for rendering emails with swig templates and email-friendly inline CSS using boost.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add note on requiring Xcode to npm install / build

rayshan opened this issue · comments

Hi, install appears to fail if Xcode is not present. Assuming this is for the CLI tool?

make: Entering directory `/home/andy/tmp/npmtest/node_modules/swig-email-templates/node_modules/jsdom/node_modules/contextify/build'

looks like it's swig-email-templates -> jsdom -> contextify

jsdom is a core dependency; it's not going away.

Thanks, I should have said that I recommend adding a note about this, didn't mean to suggest that it should go away.

ahh I see

although this is not a bad idea, I think that it is ok for node modules to make the assumption that they can do native modules if they need to. So I'm going to close this issue.