Skip to content
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

[rush] Make install and update log package manager to a file in common/temp #4616

Open
dmichon-msft opened this issue Mar 30, 2024 · 0 comments
Labels
effort: easy Probably a quick fix. Want to contribute? :-) enhancement The issue is asking for a new feature or design change

Comments

@dmichon-msft
Copy link
Contributor

Summary

For diagnosing missing peer dependency issues, the log output of pnpm install is very useful, but by default rush update only writes to the console and the output can be so long that it isn't available in the back buffer.

It would be useful to always log to a file under common/temp so that when issues are encountered, one can look back at the log from the most recent install to find the offending packages.

Standard questions

Please answer these questions to help us investigate your issue more quickly:

Question Answer
@microsoft/rush globally installed version? 5.118.7
rushVersion from rush.json? 5.118.7
useWorkspaces from rush.json? true
Operating system? Linux
Would you consider contributing a PR? Yes
Node.js version (node -v)? 18.19.1
@iclanton iclanton added enhancement The issue is asking for a new feature or design change effort: easy Probably a quick fix. Want to contribute? :-) labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: easy Probably a quick fix. Want to contribute? :-) enhancement The issue is asking for a new feature or design change
Projects
Status: Low priority
Development

No branches or pull requests

2 participants