Using the "bun create..." command, I could create a "react" and also "next" project. It was straightforward following the instructions on the bun.js git repository.
How can I use "Quasar Framework" and/or "Vue 3" with bun.js?
"bun install -g @quasar/cli" is working fine but when I try to create a quasar project (quasar create...) then I get the message: "/usr/bin/env: ‘node’: Permission denied"...
It looks like Quasar is trying to find "Node.js" instead of "Bun.js".
Any ideas how can I make it works with Quasar | Vue3?