Closed
Description
Currently Yarn behavior matches npm in that it warns about optional dependencies that are incompatible (and thus skipped). fsevents
on Windows is a good example of this.
Since the warning is almost never actionable, and looks a bit frightening to beginners, I propose that we downgrade its log level. I'm not sure if Yarn even has a concept of log levels, but I wouldn't want to see this warning unless I'm specifically debugging Yarn itself.
Corresponding npm issue has wide support (although it got autoclosed): npm/npm#11632