-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
fix: pnpm v7 install error #7265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to fix CI.
@linghengqian I will try it, but the error is not from my changes 😂 |
@linghengqian I pass the test in my local environment and I don't find any similar error from tsPluginE2e. Is there someway to rerun the failed ci checker while not pushing some new changes? I can't find any rerun button here. Thanks! |
|
c116d32
to
f3531f5
Compare
@linghengqian, I have tried several times without any changes and get it passed finally. Besides, I get different check error every time. Maybe the check CI server is not very stable and it is a matter of luck 😂 |
Carbon Copy @wxsms @yyx990803 . |
fix: pnpm v7 install error (vuejs#7265)
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information:
pnpm v7 makes breaking change to set strict-peer-dependencies=true by default, which may cause problems when installing.