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 !