-
-
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: add pnpm v4 support #4677
fix: add pnpm v4 support #4677
Conversation
in pnpm v4 the option '--loglevel' is no longer available instead '--reporter' is used.
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.
Maybe it's better if you read pnpm version and set all the flags at once instead of so much duplicated code
Co-Authored-By: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
You are right! I will try to find a solution. |
Co-Authored-By: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
Hey @B4rtware, thank you for your time and effort spent on this PR, contributions like yours help make Vue better for everyone. Cheers! 💚 |
in pnpm v4 the option '--loglevel' is no longer available instead '--reporter' is used.
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
Other information:
--reporter silent
should replicate--loglevel error
and
--shamefully-flatten
was renamed to--shamefully-hoist