通常,你不应该直接在代码中引用vue-tsc/out/index,因为vue-tsc是一个命令行工具,不是直接在代码中引用的库。检查你的代码,确保没有错误的导入路径。 查找vue-tsc的out/index模块是否真实存在: vue-tsc是一个TypeScript类型检查工具,它可能不会在其包中包含一个out/index模块。你可以通过查看node_modules/vue-tsc...
Using vite-plugin-checker with vue-tsc v1.0.14 throws: Error: Cannot find module 'vue-tsc/out/proxy' Require stack: - /home/circleci/redacted/node_modules/vite-plugin-checker/dist/cjs/checkers/vueTsc/prepareVueTsc.js at Module._resolveFilename (node:internal/modules/cjs/loader:1039:15) at...
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...
Describe the bug When running vue-tsc --noEmit --skipLibCheck, I get the following errors: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './better-define' is not defined by "exports" in C:\[PROJECT PATH]\node_modules\@vue-macros...
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...
Hi guys! First of all let me say big thanks for all the job you already done! Deno looks extremely promising even before release. Right now I am trying to get a bit more familiar with it and just spotted some kind of issue (I think this ...
johnsoncodehk/vue-tscPublic archive Sponsor NotificationsYou must be signed in to change notification settings Fork6 Star244 Code Issues Pull requests Discussions Actions Projects Security Insights Additional navigation options This repository was archived by the owner on Oct 23, 2023. It is now read...