Yarn to PNPM within monorepo setup, 'module not found' error packages #7816
Muhammad-Hashim
started this conversation in
General
Replies: 1 comment
-
Describe more details about your setup: Your package structure, dependency structure, etc. |
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
-
I'm encountering an issue while transitioning from Yarn to PNPM within my monorepo setup, particularly with a 'module not found' error. Here's the breakdown:
Issue Description:
In our monorepo setup, we define new components within packages. However, upon transitioning to PNPM, we're encountering a 'module not found' error specifically related to these newly defined components.
Request for Assistance:
Could you please help address this error so that our transition to PNPM can proceed smoothly? Once resolved, I'll prepare a pull request for the changes.
Beta Was this translation helpful? Give feedback.
All reactions