-1

This error occurs when trying to install Angular Universal by executing add @nguniversal/express-engine --clientProject [project name].

I am using Angular 7. I tried running npm install @schematics/angular@7.2.0, but it didn't work.

What might be causing this to fail?

Chaka15
  • 1,105
  • 1
  • 8
  • 24

1 Answers1

6

This command works for same angular and express-engine versions: ng add @nguniversal/express-engine@^7.1.1 --clientProject project-name

To get an idea you can refer this: https://github.com/angular/angular-cli/issues/14002