Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0.0 Cannot find @type/type definition file error in node modules #4825

Open
sdmakwana opened this issue Nov 22, 2024 · 0 comments
Open

4.0.0 Cannot find @type/type definition file error in node modules #4825

sdmakwana opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sdmakwana
Copy link

sdmakwana commented Nov 22, 2024

Ok I am using "apexcharts": "^4.0.0" in my angular app @18.2.4 with the plugin "ng-apexcharts": "^1.10.0" now in the,

"apexcharts": "^4.0.0" it gives me the error that:

Error: node_modules/ng-apexcharts/lib/chart/chart.component.d.ts:1:23 - error TS2688: Cannot find type definition file for 'projects/ng-apexcharts/node_modules/apexcharts/types/apexcharts'.

1 /// <reference types="projects/ng-apexcharts/node_modules/apexcharts/types/apexcharts" />

I have tried changing the packages version and also tried installing the @types/apexcharts which does not exits(correct me if I am mad).

Do anyone else has this problem?

Thanks in advance.

@sdmakwana sdmakwana added the bug Something isn't working label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant