-
Notifications
You must be signed in to change notification settings - Fork 0
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
Node.js build Error in Vue.js Project with vue-tsc and Node 18.20.3 #1
Comments
Hi.This problem is most likely due to the update of typescript to version 5.5(vuejs/language-tools#4484), in the new commit I specified to use the old version 5.4, please update and enter the following commands: cd frontend
rm -rf node_modules
npm cache clean --force If problem saved, please report back, I will look for another solution |
And also i'm updated vue-tsc to version 2.0.22, maybe problem is related to that |
I did the same thing as you mentioned and it works. |
It's really good! |
@LorkiVG thanks, the problem is gone now. |
I use vue-tsc@1.8.27 in my local development environment, it works fine, but I don't know what version it used when it build the application in github action, I guess it should be the latest vue-tsc@1 |
Just in case somebody will encounter this issue, I just installed the latest vue-tsc and it works. The current version is:
|
When trying to install lv4, a problem arose. Frontend is not building and nodejs container is not working. The logs contain the following:
The text was updated successfully, but these errors were encountered: