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

Cannot start nuxt: Cannot find module 'vue-tsc/out/proxy' #15326

Closed
P4sca1 opened this issue Nov 2, 2022 · 1 comment
Closed

Cannot start nuxt: Cannot find module 'vue-tsc/out/proxy' #15326

P4sca1 opened this issue Nov 2, 2022 · 1 comment

Comments

@P4sca1
Copy link
Contributor

P4sca1 commented Nov 2, 2022

Environment

  • Operating System: Darwin
  • Node Version: v18.12.0
  • Nuxt Version: 3.0.0-rc.12
  • Nitro Version: 0.6.0
  • Package Manager: yarn@3.2.4
  • Builder: vite
  • User Config: ssr, dev, typescript, runtimeConfig, app, sourcemap, css, modules, content, colorMode, robots
  • Runtime Modules: @nuxt/content@2.2.1, @nuxtjs/tailwindcss@6.1.2, @nuxtjs/color-mode@3.1.8, @nuxtjs/robots@2.5.0, @pinia/nuxt@0.4.3, @vueuse/nuxt@9.4.0, nuxt-headlessui@1.0.1
  • Build Modules: -

Reproduction

Set typescript.typeCheck: true in your nuxt.config.ts.

Describe the bug

Enabling type check requires to manually install vue-tsc. I propose the following solution:

  1. Either install vue-tsc with nuxt automatically
  2. Or update the documentation to indicate that you need to manually install vue-tsc if you want to use type check.

Additional context

#14664

Logs

No response

@manniL
Copy link
Member

manniL commented Nov 2, 2022

This is documented already here ☺️

Feel free to send in a PR though if the info is missing on another page, e.g. here!

@manniL manniL closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants