vitepress
vitepress copied to clipboard
Unable to use VitePress with Yarn Berry (Zero Install)
Steps to reproduce:
md foo
cd foo
yarn init -2
yarn add -D vitepress@latest vue@latest
echo '# Hello VitePress' > index.md
yarn vitepress build
Error:
Your application tried to access body-scroll-lock, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound.
For now consider adding body-scroll-lock
and @vueuse/core
to your dependencies alongside vitepress
and vue
:
yarn add -D body-scroll-lock @vueuse/core