We just recently updated our project to Angular 8.2
and when I do
ng add @nguniversal/express-engine --clientProject universal
I get
Client app universal not found.
and none of files mentioned in the guide are added or updated and the package.json
only contains this addition
"@nguniversal/express-engine": "^8.1.1",
and the build:ssr
and serve:ssr
scripts are missing.
What is going on here?