SHUBHASIS MAHATA
SHUBHASIS MAHATA

Reputation: 940

client app not found angular universal when adding

I'm using this Angular to universal SSR but the project angular version is 7, i am adding SSR to existing solution but not still geting this error "Client app xxx not found."....

ng add @nguniversal/express-engine --clientProject angular.io-example

Upvotes: 0

Views: 953

Answers (1)

Nabin Karki
Nabin Karki

Reputation: 53

Check the angular.json file under projects.${your project name}. This happened to me when I cloned the repo from GitHub.

Upvotes: 1

Related Questions