Turborepo + Vite React + Mui #9867
-
SummaryHi folks, I have setup a turbo project with a vite react app. Goal is to have a package Issue is that it keeps giving me this error Code can be found here: https://github.com/imanubhardwaj/monorepo-test Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Mar 24, 2025
Replies: 1 comment 1 reply
-
|
As the error says, there is not an export for that path in the package: https://github.com/imanubhardwaj/monorepo-test/blob/master/packages/ui/package.json |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the error says, there is not an export for that path in the package: https://github.com/imanubhardwaj/monorepo-test/blob/master/packages/ui/package.json