Server Side Rendering Angular 6.1
问题 I am working with Angular 6.1.0 and following the official doc on SSR here. The problem I am facing is that when I run the command: npm run build:ssr && npm run serve:ssr the serve:ssr throws me a bunch of errors from the .spec.ts files of my node_modules . I've uploaded my project on GitHub here Since I have no idea what's breaking it. PS: The source code provided by the official docs also breaks with the same errors. Hence if must be something with my env Console Output: PS C:\Users\adity