You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Adding the NuxtHub module to the latest version of Nuxt (3.13.2) gives an error when combined with vue-tsc typechecking. Output error;
ERROR
ERROR(vue-tsc) A declaration file cannot be imported without 'import type'. Did you mean to import an implementation file '/home/projects/github-tlv5io/node_modules/@nuxthub/core/dist/runtime/base/server/utils/hooks' instead?
FILE undefined:
undefined
[vue-tsc] Found 1 error. Watching for file changes.
Describe the bug
Adding the NuxtHub module to the latest version of Nuxt (3.13.2) gives an error when combined with vue-tsc typechecking. Output error;
Steps to reproduce
Reproduction on StackBlitz: https://stackblitz.com/edit/github-tlv5io
Steps to reproduce the behavior:
npx nuxi module add hub
npm run dev
)Expected behavior
No typescript errors.
The text was updated successfully, but these errors were encountered: