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

npm install: Unsupported URL Type link with @swc/jest 0.2.33 #13

Closed
smollweide opened this issue Feb 1, 2024 · 2 comments · Fixed by #14
Closed

npm install: Unsupported URL Type link with @swc/jest 0.2.33 #13

smollweide opened this issue Feb 1, 2024 · 2 comments · Fixed by #14

Comments

@smollweide
Copy link

Hello,

when installing npm i @swc/jest the error Unsupported URL Type "link:": link:.. appears.

node: v20.11.0
npm: 10.2.4

works fine with @swc/jest 0.2.32.

introduced with this commit: 2ab0d0

Thank you

@Jolg42
Copy link

Jolg42 commented Feb 1, 2024

I was coming here to report the same 😄

The last working version when using npm is @swc/jest@0.2.32, and it started to fail with 0.2.33 with Unsupported URL Type "link:": link:..

I found the failure in my GitHub Actions logs at https://github.com/prisma/prisma/actions/runs/7733397419/job/21106196387#step:5:150
Note that this workflow ran twice, the first time it worked, because it was using 0.2.32 and then rerunning failed because latest switched to 0.2.33 on npm.
And I can reproduce locally.

@Jolg42
Copy link

Jolg42 commented Feb 1, 2024

@kdy1 thanks for the quick fix 🙌🏼 💚

kdy1 added a commit that referenced this issue Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants