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

Improve node compatibility #266

Open
marktani opened this issue Apr 3, 2018 · 1 comment
Open

Improve node compatibility #266

marktani opened this issue Apr 3, 2018 · 1 comment

Comments

@marktani
Copy link
Contributor

marktani commented Apr 3, 2018

The minimum required node version currently is 8+.

If you try to get started with a boilerplate of an older version, you get this:

screen shot 2018-04-03 at 5 06 38 pm

Here are potential improvements compared to the current situation:

  • add a friendly note when the above error occurs, that includes actionable steps to move on (for example link to instructions how to upgrade node version)
  • implement compatibility with older node versions
@marktani marktani changed the title Improve node compability Improve node compatibility Apr 3, 2018
@vivek12345
Copy link

@marktani I would like to take this up. Saw the index.js file inside basic/.install and it seems the problem is because we are using async await which is not supported for lower node versions.

If I have to fix it with promises, should I go ahead?
Also how do I test if my solution works or not?

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

No branches or pull requests

2 participants