"pnpm panda init --postcss" fails with "Could not resolve "@pandacss/dev"" #2595
-
DescriptionI created a fresh NextJS app with pnpm and create-next-app, and got an inscrutible module bundling error: (After #2592, I tried using pnpm rather than npm. I got a different error, so I'm filing a separate bug.) Link to Reproductionn/a Steps to reproduce
Shell transcript follows:
Notes:
Here's the versions for things:
JS FrameworkNextJS (TS) Panda CSS Version0.39.1 Browsern/a Operating System
Additional InformationI hope this isn't a dupe of #2592. Again, I really love the direction of this project (I even tried pnpm just to see if it would work!) so, let me know if I can provide any additional information. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can't seem to reproduce this @noahlt. I just tried these steps and it works
|
Beta Was this translation helpful? Give feedback.
I can't seem to reproduce this @noahlt.
I just tried these steps and it works
pnpx create-next-app
pnpm add -D @pandacss/dev
pnpm panda init --postcss