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 reports an error when building with vue-tsc #81

Open
xiaoai7904 opened this issue Jul 26, 2024 · 1 comment
Open

vite reports an error when building with vue-tsc #81

xiaoai7904 opened this issue Jul 26, 2024 · 1 comment

Comments

@xiaoai7904
Copy link

image

"scripts": {
"start": "vite",
"build:pro": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@use-telegram-auth/client": "^1.0.5",
"vue": "^3.4.31",
"vue3-google-signin": "^1.3.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vue-tsc": "^2.0.24"
}

pnpm run build:pro error

@kasvith
Copy link
Collaborator

kasvith commented Jul 26, 2024

interesting, can you provide a reproducible?

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