What are potential reasons for `vue-tsc` not being found during a Nuxt build?

Question

Grade: Education Subject: Support
What are potential reasons for `vue-tsc` not being found during a Nuxt build?
Asked by:
77 Viewed 77 Answers

Answer (77)

Best Answer
(369)
Several factors can cause this error. One possibility is an incorrect version of `vue-tsc` being used. Another reason is a corrupted `node_modules` directory. It could also stem from a misconfiguration in your project's package manager or an issue with your project's file system permissions. Ensure your terminal has the correct permissions to access project files.