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

npm run build fails, #22

Open
greenpdx opened this issue Dec 4, 2024 · 1 comment
Open

npm run build fails, #22

greenpdx opened this issue Dec 4, 2024 · 1 comment

Comments

@greenpdx
Copy link

greenpdx commented Dec 4, 2024

I checked vuejs/language-tools#5018
and changed to versions to what should work but it didn't

here is the error

svvs@rustvue:~/vite-vuetify-ts-starter$ npm run build

[email protected] build
run-p type-check "build-only {@}" --

[email protected] type-check
vue-tsc --build --force

[email protected] build-only
vite build

/home/svvs/vite-vuetify-ts-starter/node_modules/vue-tsc/index.js:34
throw err;
^
Search string not found: "/supportedTSExtensions = .*(?=;)/"
(Use node --trace-uncaught ... to show where the exception was thrown)

Node.js v22.12.0
ERROR: "type-check" exited with 1.

@logue
Copy link
Owner

logue commented Dec 4, 2024

TypeScript may be too new. Do you have v5.6.3 installed?

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