sfc playground does not launch
Version
3.2.22
Reproduction link
Steps to reproduce
- clone the vue-next repo
pnpm i
pnpm run dev-sfc
-> fail :/
What is expected?
Launch the sfc playground
What is actually happening?
Error :
failed to load config from /home/Benoit.Vasseur/workspace/vue-next/packages/sfc-playground/vite.config.ts
error when starting dev server:
Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.
at Object.
- node version : v16.13.0
- pnpm version : 6.22.1
- Installed pnpm with npm install -g
- I did not configure anything else. pnpm install is green.
You need to run https://github.com/vuejs/vue-next/blob/master/package.json#L25 first
You need to run https://github.com/vuejs/vue-next/blob/master/package.json#L25 first
I use node 16.5.0 pnpm 6.24.4 and i have same problen @posva
You need to run https://github.com/vuejs/vue-next/blob/master/package.json#L25
hello, I have the same problem
pnpm i
pnpm run preinstall
pnpm run dev-sfc
pnpm: v6.25.0 node: v16.14.2
You need to run https://github.com/vuejs/vue-next/blob/master/package.json#L25 first
I use node 16.5.0 pnpm 6.24.4 and i have same problen @posva
Has your problem been solved?