-
Notifications
You must be signed in to change notification settings - Fork 2
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
Example in README not working #2
Comments
Weird, it worked three years ago - maybe see what is being installed in npx via a verbose/debug flag? |
Thanks @orta for following up! I just tried adding the --verbose flag, that gave more details from the danger execution:
This suggests that it could be due to the node version. I found out that v18 and v16 result in the error above. However, v14 still works. Not too sure what it takes to make it compatible with the latest versions though. Thanks. |
Probably that 16 + 18 use different versions of npm and maybe it has different rules (I don't use npm anywhere) maybe there's a way to use yarn to trigger danger ts instead via |
Hi there!
I'm trying out the example given in the README, with slight modifications to use the latest
actions/checkout
andactions/setup-node
The result is a CI run failure:
The text was updated successfully, but these errors were encountered: