Skip to content
New issue

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

vue-tsc 0.33.3 - Cannot find module '../out/proxy' #1086

Closed
DevilTea opened this issue Mar 21, 2022 · 3 comments
Closed

vue-tsc 0.33.3 - Cannot find module '../out/proxy' #1086

DevilTea opened this issue Mar 21, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@DevilTea
Copy link

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.
@l-x-f
Copy link

l-x-f commented Mar 21, 2022

I have the same problem

@johnsoncodehk
Copy link
Member

Seems lot of packages missing /out on publish, not sure what problem on the release process. 🤦‍♂️

@johnsoncodehk
Copy link
Member

Please use 0.33.4 instead of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants