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

Can we please add the supported node version(s) somewhere? #96

Open
sdennett55 opened this issue Apr 17, 2020 · 0 comments
Open

Can we please add the supported node version(s) somewhere? #96

sdennett55 opened this issue Apr 17, 2020 · 0 comments

Comments

@sdennett55
Copy link

Spent a decent chunk of time following a generic error trail when cloning the repo and attempting to install and run locally. Turns out the node version of 12 and another version of 8 I had installed are incompatible. Through trial and error, I found that v10.20.1 worked without a hitch. Can we add something like this to the package.json to at least provide a warning/hint to the user?

"engines": {
    "node": "=10.20.1",
    "npm": ">=6.0.0"
  },

If not, maybe just a note in the README? My npm version is 6.14.4 in case that helps anyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant