Open quocvjnh opened 2 months ago
This is weird indeed, would you mind sharing a reproduction?
This is weird indeed, would you mind sharing a reproduction?
Just a basic implementation. Please have a look at this: https://github.com/quocvjnh/nuxt-incompatibility
I see you're using bun. I've had a lot of issues with bun personally, with dependencies not being properly de-duplicated. And multiple versions of nuxt
being installed by modules.
Try deleting you node_modules
folder and bun.lockb
et redo a bun install
@ThibaultVlacich I tried and the issue still remained. Also tried pnpm but that did not solve.
Description
Hi there,
I installed the project from scratch with the below commands: For Nuxt:
bun x nuxi@latest init test
For Nuxt UI:
npx nuxi@latest module add ui
When I run the project with
bun run dev
, I got the below warning:My
package.json
is as follows:And my config is:
I'm wondering why...