nuxt / cli

⚡️ Nuxt Generation CLI Experience.
https://github.com/nuxt/cli/discussions/3
MIT License
255 stars 59 forks source link

--bun uses different dependencies #431

Open Samu-14 opened 3 months ago

Samu-14 commented 3 months ago

Environment

bunx nuxi info:

bunx --bun nuxi info:

Reproduction

Start a new project with bunx nuxi then downgrade nuxt to 3.11.2, run bun i and finally bun --bun dev. The running version is 3.12.2 (the latest and not the one installed)

Describe the bug

--bun uses different dependencies than the ones installed

Additional context

No response

Logs

No response

ggondim commented 3 months ago

Same here, using nuxt-nightly the bunx --bun nuxi info reports 3.12.3 as the Nuxt version.

image

image