-
Notifications
You must be signed in to change notification settings - Fork 455
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
Could not install it with vue3 project #2200
Comments
add successfully by specfying the version, linked issue is here |
This looks like related to specific workspace type. The error points to |
Can you share a repo? Currently |
@lmiller1990 it was found by a private repo with tsx in whole project and yarn as package manager ,I think I've found problem, it seems something wrong with yarn, I start two new projects, one is using npm , another using yarn, the npm one works fine, but the yarn one happens the same issue , here is the repo |
@lmiller1990 any progress there 👀 |
I pulled the repository and ran yarn install then I ran yarn test:unit and the test passed. What am I supposed to be seeing? |
@lmiller1990 install |
@lmiller1990 |
Which yarn version are you using? My yarn version is 1.22.5 and I still can't install ts-jest |
@zmcNotafraid em.. @1.22.10 kind of strange I test it again at where I found this issue , it still not work, this repo still not work either it seems have not been fixed |
ts-jest has conflict with vue-jest@5.x. When I switch to vue-jest@3.x, ts-jest can install Update: |
I am not entirely sure why ts-jest 25.x and 27.x are okay and 26.x is not. 🤔 |
the related issue has been closed yarnpkg/yarn#6285 (comment) |
🐛 Bug Report
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Link to repo (highly encouraged)
Debug log:
envinfo
The text was updated successfully, but these errors were encountered: