Cannot install Panda CSS with Next.js 13 #865
Replies: 1 comment
-
I was able to install today, no issues. :) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am following this guide. When I try to install via PNPM I get the following:
pnpm install -D @pandacss/dev
pnpm: ENOENT: no such file or directory, copyfile '/Users/bdub/Library/pnpm/store/v3/files/3d/b8ca48a5c17de4f4aa59caa0f261e09c9dc646b20219cf67a6d87cc15447f0135dae745ac0ef70682433ed49600931eb2c26ff5028b8326dfb10f39242c3af-exec' -> '/Users/bdub/Downloads/panda-test/node_modules/.pnpm/@esbuild[email protected]/node_modules/@esbuild/_tmp_59033_845bdf40eb13e5b29d73da773a70340f/bin/esbuild'
I verified that the source does not exist. I get the same or similar when using NPM. I tried deleted nom_modules and running a
ppm store prune
with no change in behavior. I tried the same and the deleted the entire ~/Library/pnpm folder (store) and still no change.Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions