npm install @park-ui/panda-preset -D
fails with error: bun: command not found
#515
Answered
by
KevBelisle
KevBelisle
asked this question in
Q&A
-
Just following the getting started steps and I get errors, even after npm installing bun, tsup and typescript More details of the errors I'm getting here: Please help :( |
Beta Was this translation helpful? Give feedback.
Answered by
KevBelisle
Jun 26, 2025
Replies: 1 comment
-
Apparently having bun installed is not enough, it will only work if you actually us it to install the dependency with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KevBelisle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently having bun installed is not enough, it will only work if you actually us it to install the dependency with
bun install @park-ui/panda-preset -D
instead ofnpm install @park-ui/panda-preset -D