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

Package requires Node.js v >= 7.6.0 for async/await support #3

Closed
julkue opened this issue Aug 6, 2017 · 3 comments
Closed

Package requires Node.js v >= 7.6.0 for async/await support #3

julkue opened this issue Aug 6, 2017 · 3 comments
Assignees

Comments

@julkue
Copy link

julkue commented Aug 6, 2017

SyntaxError: Unexpected identifier:

2017-08-06 14_34_33-cmd

OS: Windows 10

@lirantal
Copy link
Owner

lirantal commented Aug 6, 2017

Hi @julmot,
Thanks for jumping in and taking the time to report the issue!

Which Node.js version do you have installed?
It seems that the issue you're having is that licenseye depends on licensewatch which requires a recent version of Node.js with async/await support (node >= 7.6.0)

@lirantal lirantal self-assigned this Aug 6, 2017
@lirantal lirantal added the bug label Aug 6, 2017
@julkue
Copy link
Author

julkue commented Aug 6, 2017

I have v6.10.2, because ^6 is the recommended version:

2017-08-06 21_25_53-node js

@lirantal
Copy link
Owner

lirantal commented Aug 7, 2017

Indeed, for now :-)

I'll be happy to merge any Pull-Requests which would transpile the project with babel or such so that installing and running licenseye on older Node.js versions will work.

@lirantal lirantal changed the title SyntaxError: Unexpected identifier Package requires Node.js v >= 7.6.0 for async/await support Aug 9, 2017
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