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
Reproduction run 'npm run build', see error.
Expected behavior build success
Actual behavior build fail with error below: node v16.13.0 npm 8.1.0
The text was updated successfully, but these errors were encountered:
Looks like you used a property that vue2 doesn't exist @SD-Gaming
Sorry, something went wrong.
Thank reply. Yes, the direct error is from pinia, but the v1.3.0 is changed to .mjs, so I think maybe somebody would know this problem.
I found the reason is pinia wants to import vue-demi {DebuggerEvent, Plugin}, which should export from @vue/composition-api, but it isn't exported.
log @SD-Gaming
Today I try to build, the error is gone. Maybe restarting vscode could fix the problem. 😄 Thank everyone.
No branches or pull requests
Reproduction
run 'npm run build', see error.
Expected behavior
build success
Actual behavior
build fail with error below:
node v16.13.0
npm 8.1.0
The text was updated successfully, but these errors were encountered: