tako
tako copied to clipboard
Minimum Node.js version to develop
Hi there, this is a really nice project! I was setting this up locally and noticed you have the minimum Node.js version set in package.json. Just curious, is there any particular reason this has been set? If not, I think it will be easier for others to develop locally if this is less restrictive.
(Yarn wasn't allowing me to install the node_modules without switching the Node.js version.)
https://github.com/brumm/tako/blob/e981f7845960def9fd6ead2870518742be32bd65/package.json#L7-L9
Honestly, this was just what I used back when I started the project, no idea what's actually the lower bound here. :) Could you find out?