Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum Node.js version to develop #29

Open
madhavarshney opened this issue Jun 21, 2020 · 1 comment
Open

Minimum Node.js version to develop #29

madhavarshney opened this issue Jun 21, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@madhavarshney
Copy link
Contributor

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

tako/package.json

Lines 7 to 9 in e981f78

"engines": {
"node": ">=12.14.1"
},

@brumm
Copy link
Owner

brumm commented Jun 21, 2020

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?

@brumm brumm added the help wanted Extra attention is needed label Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants