nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.57k stars 420 forks source link

TS Issue with Pro DashboardPanel #1933

Open timb-103 opened 3 days ago

timb-103 commented 3 days ago

Environment


Version

v2.1.3

Reproduction

n/a

Description

When I'm running npx nuxi typecheck I'm seeing this error, even though I'm not using that component in my project:

image

Any idea how we can fix this?

Additional context

No response

Logs

No response

benjamincanac commented 3 days ago

Would you mind providing the vue-tsc version you have installed?

timb-103 commented 3 days ago

This is the only instance i can see of it, unless there's another way to check?

image

benjamincanac commented 3 days ago

Can you try to install the latest in your project like https://github.com/nuxt-ui-pro/dashboard/blob/main/package.json#L29?

It is recommended to install it as nuxi typecheck runs vue-tsc: https://nuxt.com/docs/api/commands/typecheck

timb-103 commented 3 days ago

Tried installing most recent, as well as 1x and both still have the same issue unfortunately.