Duplicate packages in latest SPM and update

After updating a 2025.9 solution using SPM I got two error messages for duplicate packages as follows:

Duplicate package found: bootstrapcomponents (file:/K:/zff_servoy_ws/svyLookup/ng_web_packages/bootstrapcomponents.zip)

and

Duplicate package found: servoyextra (file:/K:/zff_servoy_ws/svyLookup/ng_web_packages/servoyextra.zip)

then after updating to servoy 2025.12

Duplicate package found: aggrid (file:/K:/zff_servoy_ws/zumbafunfit/ng_web_packages/aggrid.zip)

How do I remove the duplicates (and keep the required)?

1 Like

Hi Tom,

You must remove the physical duplicate ZIP files from the ng_web_packages folder, not from SPM.

Please ensure that Servoy Developer is closed before proceeding. Then remove the following ZIP files and restart Servoy Developer:

Delete the following files:

ng_web_packages/bootstrapcomponents.zip
ngweb_packages/servoyextra.zip
ng_web_packages/aggrid.zip

Thanks

Aijaz Ali

Thanks,
I tried removing the package from the solution(s) in the solution explorer and then adding back if need be. Very simple and appears to work.

1 Like