Skip to content

I need help, yarn dev works really fine but yarn build has so many errors #7701

Discussion options

You must be logged in to vote

Good day, after some testings this fixed the problem by installing the latest package of these dependencies:

  • @types/node - recommended
  • typescript - recommended
  • vite - recommended
  • vue-tsc - recommended

Running this command will install the latest package:

yarn add -D @types/node typescript vite vue-tsc

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JenuelDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants