Replies: 1 comment 5 replies
-
Hey @fjavierv , thank you for helping out with this. I used this repo as an example for Yarn Berry to get To answer your questions:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @mlaursen , I am trying to use react-md with yarn berry. After #1224 now it is possible to install correctly react-md using yarn berry, however when I try to use webpack or tsc I found more problems about depencencies.
I would like to help you to resolve this with some pull request, but before, I have some questions about the current dependencies in react-md.
What is the reason for that?
In yarn 2 (with strict mode) every package should include all the needed dependencies. react-md is a library using types from react, so i think that @types packages should be moved form the root package.json to the "subpackages".
After fork and clone your project, I link it with my project using a new featured yarn link command to prepare my react-md development, but I found problems because the root package.json has the same name than packages/react-md/package.json. I think that would be good to change one of them.
Beta Was this translation helpful? Give feedback.
All reactions