We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
For now consider adding body-scroll-lock and @vueuse/core to your dependencies alongside vitepress and vue:
body-scroll-lock
@vueuse/core
vitepress
vue
yarn add -D body-scroll-lock @vueuse/core
Sorry, something went wrong.
ci: add dependencies as workaround for vitepress
21af871
vuejs/vitepress#849
08cf011
4899907
Successfully merging a pull request may close this issue.
Steps to reproduce:
Error:
The text was updated successfully, but these errors were encountered: