-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Typescript compilation error SyntaxError: Unexpected token '.'
(yaml: "^2.0.1")
#397
Comments
Encountered the same problem |
This is pretty much the same thing as #394, which I've now pinned to hopefully guide others who encounter this. This is not a problem with In this particular case, it looks like |
We are encountering this as well @globaleaks while using npm-check-updates 15.0.2 @raineorshine have you ever encountered this? we are still using npm-check-updates 12.5.12 for this reason and the difference is exactly that on 13.0.0 you stared using yaml:"^2.1.0"; thank you if you could recheck on this an provide advice |
@evilaliv3 I haven't encountered any problems with yaml v2.x myself, so I am not sure. It does not appear to be affecting other npm-check-updates users. |
That was fast, thank you @raineorshine for your feedback! Actually updating to node 16.15.1 and npm 8.1.0 solved the issue for us. |
Closing this, as there's no action on the |
Describe the bug
Hi guys! I was contributing to Pulumi GitHub action, when found this bug. I've developed a new feature in the middle of the April and all was okay. But the owner of the repo checked my code only a 2 months later, and we got this error. When I got back from
^2.0.1
to2.0.1
trouble is disappeared. Could you check this?To Reproduce
Steps to reproduce the behaviour.
^2.0.1
to package.jsonhttps://github.com/pulumi/actions/tree/982ee41fcc25609042a89cf6043af498a30146e8
https://github.com/Moon1706/actions/runs/6825643139?check_suite_focus=true
Expected behaviour
A clear and concise description of what you expected to happen.
I expected this behavior.
Versions (please complete the following information):
yaml: 2.1.1
node-version: 14.x
https://github.com/Moon1706/actions/blob/master/package.json
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: