Replies: 1 comment
-
Hey @wguerram, we didn't test Refine with bun and currently our CLI doesn't support it. Refine update should still update your package versions in package.json, so you can use bun install after that. |
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
-
Hi, when I run command
bun run refine update
I would expect refine to use bun install instead of yarn add for updating the components. How can I force bun install to be run?
Does refine update does additional updates in the configurations or just updates the packages? Is it safe to run bun install for every refine component to upgrade version for example
bun install @refinedev/cli
Or the recommendation is to rely on refine update?
Beta Was this translation helpful? Give feedback.
All reactions