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
yarn results in warning " > @lwc/[email protected]" has unmet peer dependency "@lwc/[email protected]" or related warnings in some projects
yarn
warning " > @lwc/[email protected]" has unmet peer dependency "@lwc/[email protected]"
Checkout https://git.soma.salesforce.com/lwc/wire-service-jest-util/pull/39/files or another package importing "@lwc/jest-transformer": "0.33.10"
"@lwc/jest-transformer": "0.33.10"
Run yarn
Possible Solution Might be because @lwc/errors is missing from devDependencies.
@lwc/errors
devDependencies
The text was updated successfully, but these errors were encountered:
@jye-sf are you still investigating this one?
Sorry, something went wrong.
@trevor-bliss Not since I opened it. Let me take another look today to see if it's still an issue.
trevor-bliss
jye-sf
No branches or pull requests
Description
yarn
results inwarning " > @lwc/[email protected]" has unmet peer dependency "@lwc/[email protected]"
or related warnings in some projectsSteps to Reproduce
Checkout https://git.soma.salesforce.com/lwc/wire-service-jest-util/pull/39/files or another package importing
"@lwc/jest-transformer": "0.33.10"
Run
yarn
Possible Solution
Might be because
@lwc/errors
is missing fromdevDependencies
.The text was updated successfully, but these errors were encountered: