nuxt-auth-utils icon indicating copy to clipboard operation
nuxt-auth-utils copied to clipboard

A declaration file cannot be imported without 'import type'. Did you mean to import an implementation file instead?

Open jonasfroeller opened this issue 1 year ago • 0 comments


  • 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: -

image

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

image

I think this issue belongs in vue-tsc, but I just had issues with vue-tsc when I used auth utils.

jonasfroeller avatar Sep 26 '24 01:09 jonasfroeller