-
Notifications
You must be signed in to change notification settings - Fork 16
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
Updates and ESM support #36
Conversation
Fixes #5.
417f60a
to
4073781
Compare
Thwarted by CI failures! Why the heck is this failing in Node.js 12 and 14, but not locally?! https://github.com/avajs/typescript/runs/4072812179?check_suite_focus=true Sure I can add And why is it complaining about an ESLint type definition anyhow. |
Since it's only failing on Node.js 12 and 14, which use npm 6, not 7, I would guess it has something to do with dependency resolution. I had a lot of problems with npm 6 in XO... Try forcing the latest npm version maybe? |
Unrelated by both |
Yes, that does the trick! Well spotted.
Already taken care of in this PR 😄 |
Fixes #5.