gluegun icon indicating copy to clipboard operation
gluegun copied to clipboard

Node 7.6 still a requirement?

Open GantMan opened this issue 7 years ago • 1 comments

I know we had this built in for gluegun usage PRE-TypeScript: https://github.com/infinitered/gluegun/blob/master/sniff.js

But now that we're compiling to common JS, can't we break the node >=7.6 requirement?

GantMan avatar Jan 22 '18 04:01 GantMan

Yes, but.

Essentially, we can support older versions of Node, yes. But the generated CLI will not work with older versions of Node unless we introduce a build step or significantly refactor.

jamonholmgren avatar Jan 24 '18 06:01 jamonholmgren