I am getting NG6002 error while building the Radzen after adding new page

I am getting this error below at the time of build in Radzen! any idea

node_modules/primeng/components/autocomplete/autocomplete.d.ts:124:22 - error NG6002: Appears in the NgModule.imports of AutoCompleteModule, but could not be resolved to an NgModule class.

This likely means that the library (primeng/autocomplete) which declares AutoCompleteModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

Hi @kskakreemks,

This could happen in two cases - your Radzen installation is corrupted (reinstalling should fix that) or you have a custom client\node_modules directory (in which case you can delete it).

After deleting node_modules do i need to run npm install

No unless you are using custom third party modules.