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
I can't install vue3 version because of the following error:
error An unexpected error occurred: "expected hoisted manifest for \"@hcaptcha/vue3-hcaptcha#vue#@vue/server-renderer#@vue/compiler-ssr\"".
Tried deleting node_modules & yarn.lock didn't help.
node_modules
yarn.lock
I use yarn 1.22.19
1.22.19
The text was updated successfully, but these errors were encountered:
Temporary fix: I needed to add "@vue/server-renderer" to dev dependencies
"@vue/server-renderer"
Sorry, something went wrong.
I am seeing this issue as well. Adding "@vue/server-renderer" let it add but I am not running this in Node so this does not make sense.
No branches or pull requests
I can't install vue3 version because of the following error:
error An unexpected error occurred: "expected hoisted manifest for \"@hcaptcha/vue3-hcaptcha#vue#@vue/server-renderer#@vue/compiler-ssr\"".
Tried deleting
node_modules
&yarn.lock
didn't help.I use yarn
1.22.19
The text was updated successfully, but these errors were encountered: