When running npx nuxi typecheck in Nuxt3, the following error occurred.
As a solution, as described in the following documentation, it was necessary to install two libraries.
https://nuxt.com/docs/api/commands/typecheck
The following may be a related issue.
https://github.com/nuxt/nuxt/issues/20906
I hope this serves as a helpful reference for anyone experiencing the same issue.