针对你遇到的问题“cannot find module 'vue-tsc/out/index'”,可以从以下几个方面进行排查和解决: 确认vue-tsc包是否正确安装: 确保vue-tsc包已经正确安装在你的项目中。你可以通过运行以下命令来检查: bash npm list vue-tsc 或者如果你使用yarn: bash yarn list vue-tsc 如果vue-tsc没有列出,你需要先安...
In our project running Vite and Vue2 (through vue-demi), when running vue-tsc, we get an error: ERROR(vue-tsc) Cannot find module '~icons/ui/info' or its c...
In our project running Vite and Vue2 (through vue-demi), when running vue-tsc, we get an error: ERROR(vue-tsc) Cannot find module '~icons/ui/info' or its corresponding type declarations. tsconfig: { "compilerOptions": { "target": "esnext...
> vue-tsc-v1.0.14@0.0.0 dev > vite error when starting dev server: Error: Cannot find module 'vue-tsc/out/proxy' Require stack: - /Users/cedric/Code/temp/vue-tsc-v1.0.14/node_modules/vite-plugin-checker/dist/cjs/checkers/vueTsc/prepareVueTsc.js ...
Describe the bug node:internal/event_target:916 process.nextTick(() => { throw err; }); ^ Error: Cannot find module '/.../node_modules/vite-plugin-checker/lib/checkers/vueTsc/typescript-vue-tsc/package.json' Require stack: - /.../node_mo...
17.97 node_modules/@vue-flow/core/dist/types/zoom.d.ts(1,46): error TS2307: Cannot find module 'd3' or its corresponding type declarations. 17.98 node_modules/@vueuse/core/index.d.cts(2330,56): error TS2304: Cannot find name 'GamepadEffectParameters'. 17.98 node_modules/@vueuse/core...
Cannot find module 'v-calendar/dist/types/src/use/datePicker' or its corresponding type declarations. Can you extract the type from v-calendar and put the type inside the Calendar.vue? Looks like the main shadcn-ui is going to add the new Calendar implementation with @internationalized/date...
at Function.Module._findPath (node:internal/modules/cjs/loader:522:31) at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:27) at Function.resolve (node:internal/modules/cjs/helpers:108:19) at C:\[PROJECT PATH]\node_modules\@volar\vue-language-core\out\utils\ts.js:...
johnsoncodehkadded thebugSomething isn't workinglabelMar 21, 2022 I see. Thank you for explanation. I was using this behavior to find wrong class names. <template> foo<!--typo--></template>.foo{color:red;} Would you have plan to collect$styletype using@vue/compiler...
Still IDE cannot find those imports. Has anybody else seen this? I guess my next attempt is slowly add files to the vitess sample app until it's the same. amir20 changed the title Getting IDE errors with type Ref<any> IDE errors only in vue templates Sep 9, 2022 Author amir20 comme...