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've followed the guide and successfully created a patch. I can see there's a .patch file in .yarn/patches and an entry of resolutions in package.json. But the file i've patched in node_modules does not change at all. How can I apply the patches to node_modules?
I tried rm -rf node_modules and yarn install again, but there's still no change.
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've followed the guide and successfully created a patch. I can see there's a
.patch
file in.yarn/patches
and an entry ofresolutions
inpackage.json
. But the file i've patched innode_modules
does not change at all. How can I apply the patches tonode_modules
?I tried
rm -rf node_modules
andyarn install
again, but there's still no change.I'm using yarn v3.1.1.
Beta Was this translation helpful? Give feedback.
All reactions