Upgrade Yarn
#7169
Replies: 1 comment
-
After upgrading, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Copied from here. I didn’t create an issue because this is not a bug, strictly speaking.
I think it would be a good idea to upgrade the repository version of Yarn so that it imposes stricter rules on dependencies. There have been several issues with Yarn that would have been caught by using Yarn 2 or higher:
remix-eslint-config
throws an error when using Yarn PnP #3715eslint-plugin-import
should be a peer dependency of@remix-run/eslint-config
#4448@remix-run/web-fetch
tries to access@remix-run/web-blob
, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. #7434Perhaps it would also be a good idea to switch to the Yarn PNP module resolution mechanism.
Beta Was this translation helpful? Give feedback.
All reactions