framework
framework copied to clipboard
Unable to start "Getting started" from a Yarn workspace
Environment
- Operating System:
Darwin - Node Version:
v16.14.0 - Nuxt Version:
3.0.0-rc.13 - Nitro Version:
0.6.1 - Package Manager:
[email protected] - Builder:
vite - User Config:
- - Runtime Modules:
- - Build Modules:
-
Reproduction
From within /apps/admin-nuxt
npx nuxi create admin-nuxt
cd my-app
yarn install
yarn dev -o
Describe the bug
For Additional context
ls: ../../node_modules/@nuxt/vite-builder: No such file or directory
$ yarn why @nuxt/vite-builder
└─ nuxt@npm:3.0.0-rc.13
└─ @nuxt/vite-builder@npm:3.0.0-rc.13 [bd2df] (via npm:3.0.0-rc.13 [bd2df])
If I execute the following command:
yarn add @nuxt/vite-builder
Then I have theses errors, when starting the app (yarn dev -o) :
Logs
No response