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

gts check fails silently on NodeJS 8 #484

Closed
dotdoom opened this issue Apr 11, 2020 · 1 comment · Fixed by #493
Closed

gts check fails silently on NodeJS 8 #484

dotdoom opened this issue Apr 11, 2020 · 1 comment · Fixed by #493
Assignees

Comments

@dotdoom
Copy link

dotdoom commented Apr 11, 2020

Since the exception is not printed here:

gts/src/cli.ts

Lines 130 to 132 in 156cb02

} catch (e) {
return false;
}

npm run check fails (exit code 1) without any error output.

Perhaps this needs a bold, noticeable hint in README that NodeJS 8 is unsupported?

@jabolina
Copy link

Seems like is also failing for NodeJS 9.9.0

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

Successfully merging a pull request may close this issue.

3 participants