Questions tagged [yarnrc]

3 questions
2
votes
1 answer

How to enable verbose in yarn v1 only in production

I am using yarn v1 and need to debug yarn install in Heroku. I found it's possible by adding .yarnrc file with content: --install.verbose true How can I enable verbose mode only for production? If I try this, it doesn't work: --install.verbose…
Matt
  • 8,195
  • 31
  • 115
  • 225
0
votes
1 answer

Added unexpected lines of codes in yarn.lock file

I pulled React js repository from git. and ran yarn install then added 6k+ lines of codes in yarn.lock file I expected 4k or less. Is it any version issue? or is it a yarn issue? node version: v18.7.0 yarn version: 3.4.1
Athif Saheer
  • 4,539
  • 3
  • 9
  • 14
0
votes
0 answers

Yarn 2 logfilters for Default Steps

In Yarn 2 I am using logFilters to hide some logs. This works for warnings, but I would like to hide the default messages, such as Resolution step etc as well. Except for Done. How can I achieve that? Please find my .yarnrc.yml code…
Z0q
  • 1,689
  • 3
  • 28
  • 57