You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I regularly use theyarn patch command to quickly fix an issue in one of the dependencies. Often, after a few days, the issue gets fixed upstream, and I want to remove the patch and upgrade to the last version.
I usually manually edit the resolution field and delete the patch from .yarn/patch. I then need to run yarn install with --no-immutable option. Is it proper to do this, or am I missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I regularly use the
yarn patch
command to quickly fix an issue in one of the dependencies. Often, after a few days, the issue gets fixed upstream, and I want to remove the patch and upgrade to the last version.I usually manually edit the
resolution
field and delete the patch from.yarn/patch
. I then need to runyarn install
with--no-immutable
option. Is it proper to do this, or am I missing something?Beta Was this translation helpful? Give feedback.
All reactions