framework icon indicating copy to clipboard operation
framework copied to clipboard

Unable to start "Getting started" from a Yarn workspace

Open romain-ortega opened this issue 3 years ago • 4 comments

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

image

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) :

image

Logs

No response

romain-ortega avatar Nov 08 '22 10:11 romain-ortega