Replies: 2 comments
-
Same here, any updates? |
Beta Was this translation helpful? Give feedback.
0 replies
-
pnpm is more strict about not letting packages access implicit dependencies unless they are declared as dependencies. Try adding kleur as a dependency, using public-hoist-pattern, or shamefully-hoist. |
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.
-
Description
Whenever I try to run the studio build command with pnpm it breaks saying that it cannot find "x" package. When I digged deeper these were the packages that the studio was using as its dependencies. For some reason, pnpm is not able to install them.

As soon as I switched to yarn the build command worked perfectly - this also reflected in the
node_modules
as it had all the dependencies needed for the build.Link to Reproduction
https://github.com/rajat2502/pandacss-experiments/tree/main/design-system
Steps to reproduce
pnpm studio:build
command.JS Framework
React (TS)
Panda CSS Version
0.37.2
Browser
CLI
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions