drop support to npm, yarn is better#414
Conversation
Yarn is better at solving dependency conflicts.
|
At this point, the conflict is a warning on yarn. But yarn solves the problem by itself. Should I tackle the versions to avoid the warning too?
|
Yarn is better at solving dependency conflicts.
By using yarn ONLY, the conflict is automagically resolved.
Related Issue
Proposed Changes