Open asabil opened 22 hours ago
Using park-ui as a project dependency seems to now require bun to be installed, this this expected?
bun
npm error code 127 npm error path .../node_modules/@park-ui/panda-preset npm error command failed npm error command sh -c bun run build npm error sh: 1: bun: not found
This seems to be related to the postinstall script:
postinstall
5733 info run @park-ui/panda-preset@0.43.0 postinstall node_modules/@park-ui/panda-preset bun run build
Using park-ui as a project dependency seems to now require
bun
to be installed, this this expected?This seems to be related to the
postinstall
script: