Skip to content
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

Vite Build Failed due to VueMarkdown TS Error #24

Closed
Type-32 opened this issue Dec 19, 2023 · 1 comment
Closed

Vite Build Failed due to VueMarkdown TS Error #24

Type-32 opened this issue Dec 19, 2023 · 1 comment

Comments

@Type-32
Copy link

Type-32 commented Dec 19, 2023

image

I'm trying to deploy a Vue 3 based website on Github Pages using the Github Actions Marketplace's Vite Github Pages Deployment, and now during the deployment process I'm getting this error from the vue-markdown component itself.

@p-kuen
Copy link
Contributor

p-kuen commented May 24, 2024

It seems like you used skipLibCheck: false in tsconfig.
We fixed the errors in v2.2.1, so it should build without problems now. In the future you could use skipLibCheck: true as a workaround.

@p-kuen p-kuen closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants