-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
After vue update, vue-tsc generates: "TypeError: (0 , language_core_1.buildMappings) is not a function" #11196
Comments
Yes, I am facing the same issue even when scaffolding a new project with create-vue |
Likely related to #11150 |
I think this will happen if running |
Problem seems solved when updating vue from 3.4.29 to 3.4.30 and vue-tsc from 2.0.21 to 2.0.22 |
Solved with vue-tsc 2.0.22 |
Vue version
3.4.30
Link to minimal reproduction
none
Steps to reproduce
Go to any Vue + Vite project and do
npx vue-tsc
What is expected?
Before the vue update from 3.4.29 to 3.4.30 vue-tsc gave no error
What is actually happening?
System Info
Any additional comments?
The issue has been opened also against vue-tsc, but its version has not been updated
The text was updated successfully, but these errors were encountered: