-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
yarn install --verbose #763
Comments
To debug issues we have on CI servers I'd like to have a log of all files being copied during linking phase. |
There's some discussion in #1500 too (which I closed in favour of this one) |
Created #1994 to fix this, pending approval. |
Thanks!. |
* Add verbose flag - fixes yarnpkg#763 * fix lint * fix lint add verboseInspect method
In some cases this is still insufficient -- without an environment variable to force verbose mode, there is no way to force verbose mode when debugging yarn output when yarn is being called by a web framework that simply shells out to |
Do you want to request a feature or report a bug?
Feature : This would make diagnosing installation issues much easier. See #764 for more context.
What is the current behavior?
Running
yarn --verbose
oryarn install --verbose
does not display extended information about the installation process.What is the expected behavior?
Should provide extended output similar to
npm i --verbose
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: