chrisguttandin / angular-prerender

A command line tool to prerender Angular Apps.
MIT License
126 stars 7 forks source link

Please install ts-evaluator instead #127

Closed splincode closed 1 year ago

splincode commented 3 years ago

image

chrisguttandin commented 3 years ago

Hi @splincode,

the error should get thrown if either @angular/core, @angular/platform-server or zone.js is missing. Do you have all those installed?

Are you able to share more details about your project?

HamzaMoiyadi commented 2 years ago

Hi, I am facing a similar issue as well

Here is my terminal's screenshot Screenshot from 2022-08-30 18-29-44

chrisguttandin commented 2 years ago

Hi @HamzaMoiyadi which versions of Angular and RxJS are you currently using in your project? angular-prerender still requires Angular v13.

HamzaMoiyadi commented 2 years ago

Hey @chrisguttandin , I'm using Angular 14. I think that's the issue, as you said.

chrisguttandin commented 1 year ago

Hi @HamzaMoiyadi, I finally updated angular-prerender for Angular v14. Version 11+ of angular-prerender is now compatible with Angular v14.