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
When running vue-tsc with the 0.33.3 version would occur the following error
vue-tsc@0.33.2 is fine
Thank you for this awesome tool!
> vue-tsc --noEmit -p tsconfig.vitest.json --composite false node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module '../out/proxy' Require stack: - /xxx/frontend/node_modules/.pnpm/vue-tsc@0.33.3_typescript@4.6.2/node_modules/vue-tsc/bin/vue-tsc.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.resolve (node:internal/modules/cjs/helpers:108:19) at Object.<anonymous> (/xxx/frontend/node_modules/.pnpm/vue-tsc@0.33.3_typescript@4.6.2/node_modules/vue-tsc/bin/vue-tsc.js:6:27) at Module._compile (node:internal/modules/cjs/loader:1101:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [ '/xxx/frontend/node_modules/.pnpm/vue-tsc@0.33.3_typescript@4.6.2/node_modules/vue-tsc/bin/vue-tsc.js' ] } ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
Seems lot of packages missing /out on publish, not sure what problem on the release process. 🤦♂️
/out
Please use 0.33.4 instead of.
No branches or pull requests
When running vue-tsc with the 0.33.3 version would occur the following error
vue-tsc@0.33.2 is fine
Thank you for this awesome tool!
The text was updated successfully, but these errors were encountered: