yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.37k stars 2.72k forks source link

Yarn internet connection warning is ignoring --silent flag #8911

Open ArtemKurtiakWork opened 1 year ago

ArtemKurtiakWork commented 1 year ago

I am starting script in offline mode: yarn --silent dev

Extra common logs are removed in silent mode, but internet connection warning is ignoring --silent flag, and is throwing warning: You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries

My package.json file scripts: "dev": "nest start --watch"

My .yarnrc file: --silent true