Open luoriwusheng-xia opened 5 months ago
The current application is nuxt3 scaffolding
package.json
{
"name": "xxxx",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build --dotenv .env.production",
"build:qa": "nuxt build --dotenv .env.development",
"dev": "nuxt dev --dotenv .env.development",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "2",
"@nuxt/image": "^1.7.0",
"axios": "^1.7.2",
"countup.js": "^2.8.0",
"gsap": "^3.12.5",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"nuxt": "^3.11.2",
"qrcode": "1",
"sa-sdk-javascript": "^1.26.12",
"seamscroll": "^0.0.12",
"uuid": "^9.0.1",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue3-marquee": "^4.2.0"
},
"devDependencies": {
"less": "^4.2.0",
"nuxt-gtag": "^2.0.6",
"sass": "^1.76.0"
}
}
pnpm 9.1.1
node: v20.12.2
mac OS Apple M3 Pro
+1 My Vue server started chrashing recently as well.
This is an unminified version built with the current master branch. Can you share the error message thrown by this version? (If there is)
Can you check if you still have this problem in the latest 2.0.26?
I still have this problem in v2.0.26
Same problem here
same problem here, v2.0.28
same problem here
TypeError: Cannot read properties of undefined (reading 'type')
at Q2e (c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:288:29911)
at bAe (c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:312:15547)
at r (c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:312:17780)
at async m (c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:2:48931)
at async Object.getCompletionItems (c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:2:49695)
at async c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:66:20313
at async Timeout.<anonymous> (c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:66:26851)
Node.js v20.9.0
[Error - 10:26:18] Server process exited with code 1.
[Error - 10:26:18] The Vue server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
@yuannancheng The problem you reported seems to be a different one.
at bAe (c:\Users\Administrator\.vscode\extensions\vue.volar-2.0.28\dist\server.js:312:15547)
Please open a new issue with minimal reproduction. Thanks a lot.
For the problem in this issue, there has't been enough information for fixing. Please try installing the unminified version and report the stack trace. Thanks!
Vue - Official extension or vue-tsc version
v2.0.24
VSCode version
版本: 1.90.2
Vue version
3.4.27
TypeScript version
none
System Info
Steps to reproduce
I will create a new file and input Vuejs It just reported an error
What is expected?
Vue shows a syntax fragment prompt
What is actually happening?
The plugin crashed and reported an error
Link to minimal reproduction
No response
Any additional comments?
This error often occurs