nuxt-auth-utils
nuxt-auth-utils copied to clipboard
A declaration file cannot be imported without 'import type'. Did you mean to import an implementation file instead?
- Operating System: Windows_NT
- Node Version: v18.19.0
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager: [email protected]
- Builder: -
- User Config: -
- Runtime Modules: -
- Build Modules: -
I have no idea why this happens now, but I can not work on my project, till I solve this.
I used auth utils for 2 months and didn't have any issues.
This fixes the issue:
"pnpm": {
"overrides": {
"vite-plugin-checker": "0.8.0",
"vue-tsc": "2.0.29",
}
}
but introduces another error
I think this issue belongs in vue-tsc, but I just had issues with vue-tsc when I used auth utils.