Tried to build angular 17 project but encountered error:
cannot read properties of undefined (reading 'Core/Utilities.js') which is preventing from building the project.
I used command npx ng build --configuration production to build the project

Tried to build angular 17 project but encountered error:
cannot read properties of undefined (reading 'Core/Utilities.js') which is preventing from building the project.
I used command npx ng build --configuration production to build the project

Highcharts doesn't support SSR.
You have to make it run client side only: This is what the docs recommends: