FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: correctly resolve the installed package version by zhouzh1 · Pull Request #538 · ds300/patch-package · GitHub

fix: correctly resolve the installed package version - #538

Open
zhouzh1 wants to merge 1 commit into
ds300:masterfrom
zhouzh1:fix/resolve_package_version
Open

fix: correctly resolve the installed package version#538
zhouzh1 wants to merge 1 commit into
ds300:masterfrom
zhouzh1:fix/resolve_package_version

Conversation

zhouzh1 commented Oct 16, 2024

Copy link
Copy Markdown

Issue

In our project, the react-native-web lib is referenced at two places and the respective version scheme for it is different, one is the ^0.19.12, another is the ~0.19.12, after installing by the yarn command, the final yarn.lock file includes such a fragment which describes what version of the react-native-web we're using, but the patch-package seems to be not able to correctly process this kind of structure, finally it resolves the package version to be the ^0.19.12, react-native-web@npm:~0.19.12, apparently, it's incorrect and causes the patch procedure to fail.

Environment

  • Package manager: Yarn

zhouzh1 commented Oct 18, 2024

Copy link
Copy Markdown
Author

Is there anybody can help take a review? @ds300

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL