Any update on this ?
Same problem
ERROR in The target entry-point "primeng" has missing dependencies: - chart.js
@yigitfindikli why did you close the #8554? The title is more descriptive than "PrimeNG Schematics". Who knows to type that in to search.
Hi
I had to install these libraries manually:
npm i --save chart.js quill @fullcalendar/core
Then, the ng 9 project was able to run without any issue.
Any update on the schematics for this? is more descriptive this issue: #8554 but it was closed..
thanks
What if I don't want to add this dependencies? My build time is already way too long and I need to add --max-old-space-size=4096 for the build to succeed.
any updates on this? facing same issue.
any updates on this? facing same issue.
I fixed it by installing everything manualy. Every dependency. And also reinstalled angular. Then it started to work.
The same problem here, and the ngserve is too slow to start !!!
I was importing
import { LazyLoadEvent } from 'primeng';
So I changed to this:
import { LazyLoadEvent } from 'primeng/api/lazyloadevent';
And now everthing working as expected !!!
Most helpful comment
Same problem
ERROR in The target entry-point "primeng" has missing dependencies: - chart.js@yigitfindikli why did you close the #8554? The title is more descriptive than "PrimeNG Schematics". Who knows to type that in to search.