DEV Community

saajan-pixel
saajan-pixel

Posted on

Package Error is Angular SSR

Package error in SSR (Angular)

package.json file

I recently implemented Angular SSR in existing project which is running on angular version 14. I have implemented highcharts packages ("highcharts": "^10.3.3","highcharts-angular": "^3.0.0") which runs perfectly in Client Side. I encountered errors when i run the project in SSR (npm run dev:ssr).




How do i fix this ??

Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
jangelodev profile image
João Angelo

Thanks for sharing !

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay