We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
11.1.1, 11.1.2
I expected to see no warning about missing typescript and jest
➤ YN0000: ┌ Resolution step ➤ YN0002: │ jest-preset-angular@npm:11.1.2 [a1418] doesn't provide jest (p6947d), requested by ts-jest ➤ YN0002: │ jest-preset-angular@npm:11.1.2 [a1418] doesn't provide typescript (pb8907), requested by ts-jest ➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements for details, where is the six-letter p-prefixed code ➤ YN0000: └ Completed ➤ YN0000: ┌ Fetch step ➤ YN0000: └ Completed in 0s 215ms ➤ YN0000: ┌ Link step ➤ YN0000: └ Completed in 0s 354ms ➤ YN0000: Done with warnings in 0s 929ms
No response
yarn 3.2.0
The text was updated successfully, but these errors were encountered:
I'd be willing to provide a PR to fix this issue
Sorry, something went wrong.
Thanks!
fix: add missing jest and typescript to peer deps (#1442)
jest
typescript
6a652af
Closes #1441
Successfully merging a pull request may close this issue.
Version
11.1.1, 11.1.2
Steps to reproduce
Expected behavior
I expected to see no warning about missing typescript and jest
Actual behavior
➤ YN0000: ┌ Resolution step
➤ YN0002: │ jest-preset-angular@npm:11.1.2 [a1418] doesn't provide jest (p6947d), requested by ts-jest
➤ YN0002: │ jest-preset-angular@npm:11.1.2 [a1418] doesn't provide typescript (pb8907), requested by ts-jest
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements for details, where is the six-letter p-prefixed code
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 215ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed in 0s 354ms
➤ YN0000: Done with warnings in 0s 929ms
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: