You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.\node_modules\vue-tsc\index.js:56
throw err;
^
TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames')
at Object.proxyCreateProgram (.\node_modules\@volar\typescript\lib\node\proxyCreateProgram.js:33:68)
at .\node_modules\typescript\lib\tsc.js:552:153
at .\node_modules\typescript\lib\tsc.js:606:7
at Object.<anonymous> (.\node_modules\typescript\lib\tsc.js:627:3)
at Module._compile (node:internal/modules/cjs/loader:1233:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1287:10)
at Module.load (node:internal/modules/cjs/loader:1091:32)
at Module._load (node:internal/modules/cjs/loader:938:12)
at Module.require (node:internal/modules/cjs/loader:1115:19)
at require (node:internal/modules/helpers:130:18)
Node.js v20.5.1
Process finished with exit code 1
Link to minimal reproduction
No response
Any additional comments?
I wanted to write a TS plugin using ts-patch which would exclude some declaration files from being emitted when running vue-tsc. After I installed ts-patch, vue-tsc stopped working and I got this error.
The text was updated successfully, but these errors were encountered:
Vue - Official extension or vue-tsc version
2.1.4
VSCode version
Vue version
TypeScript version
5.5.4
System Info
package.json dependencies
Steps to reproduce
package.json
to some directory.npm i
.npm run vue-tsc
.What is expected?
It works.
What is actually happening?
I get the following error:
Link to minimal reproduction
No response
Any additional comments?
I wanted to write a TS plugin using
ts-patch
which would exclude some declaration files from being emitted when runningvue-tsc
. After I installedts-patch
,vue-tsc
stopped working and I got this error.The text was updated successfully, but these errors were encountered: