Replies: 1 comment 2 replies
-
Note that the doctor is intended to give you potential issues. It's always a little difficult to know whether something is truly a problem or not, so it tends to err on the cautious side and overreport rather than underreport. So if things work, that's already quite good!
|
Beta Was this translation helpful? Give feedback.
-
I am really struggling with fixing dependency errors, trying to use packageExtensions
I made a sample repo (brach
yarn-berry
) and started trying to migrate to pnpAfter running
yarn dlx @yarnpkg/doctor
I get some errors. I have tried to add some packageExtensions in.yarnrc.yml
but I have not managed to make any of these errors go away.Actually my project builds, bundles and runs fine but I'm really worried about these errors. I don't understand the risks the cause or how to fix them. And I know I really need to understand this well to be able to use pnp in the future.
Apart from these issues I am facing with pnp everything else is working great, super fast and small package sizes. I really hope I can use this tool, thanks a lot for your hard work.
Beta Was this translation helpful? Give feedback.
All reactions