vue3-apexcharts icon indicating copy to clipboard operation
vue3-apexcharts copied to clipboard

Could not find a declaration file for module after Update

Open IgorIlgiyaev opened this issue 1 year ago • 7 comments

Could not find a declaration file for module 'vue3-apexcharts'. '/Users/igorilgiyaev/VScode/gigjockeyapp/node_modules/vue3-apexcharts/dist/vue3-apexcharts.js' implicitly has an 'any' type. There are types at '/Users/igorilgiyaev/VScode/gigjockeyapp/node_modules/vue3-apexcharts/typings/vue-apexcharts.d.ts', but this result could not be resolved when respecting package.json "exports". The 'vue3-apexcharts' library may need to update its package.json or typings.

src/plugins/index.ts(16,27): error TS7016: Could not find a declaration file for module 'vue3-apexcharts'. '/home/runner/work/gigjockeyapp/gigjockeyapp/node_modules/vue3-apexcharts/dist/vue3-apexcharts.js' implicitly has an 'any' type. There are types at '/home/runner/work/gigjockeyapp/gigjockeyapp/node_modules/vue3-apexcharts/typings/vue-apexcharts.d.ts', but this result could not be resolved when respecting package.json "exports". The 'vue3-apexcharts' library may need to update its package.json or typings. ERROR: "type-check" exited with 2.

Reverted for 1.4.4 for now

IgorIlgiyaev avatar Feb 21 '24 22:02 IgorIlgiyaev

See also #95 and #96

jashaj avatar Feb 23 '24 06:02 jashaj

Just saw now and it is not fixed from what they wrote.

IgorIlgiyaev avatar Feb 23 '24 08:02 IgorIlgiyaev

No news about this ?

Slokilla avatar Mar 07 '24 13:03 Slokilla

Some news about it??, I'm working with this and now my build brokes for this reason

FabianMontoya avatar Apr 15 '24 17:04 FabianMontoya

👀

oceangravity avatar May 11 '24 23:05 oceangravity

Little "hack" while the real solution

// eslint-disable-next-line
// @ts-ignore
import VueApexCharts from 'vue3-apexcharts';

FabianMontoya avatar May 15 '24 16:05 FabianMontoya

Little "hack" while the real solution

// eslint-disable-next-line
// @ts-ignore
import VueApexCharts from 'vue3-apexcharts';

I did that too until the release comes out. 😜

oceangravity avatar May 15 '24 19:05 oceangravity

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 02 '24 14:08 github-actions[bot]

This should be fixed with v1.5.3

junedchhipa avatar Aug 29 '24 18:08 junedchhipa