ngrx-store-effects-app icon indicating copy to clipboard operation
ngrx-store-effects-app copied to clipboard

error when tring to run "yarn run build:production"

Open shootermv opened this issue 7 years ago • 2 comments

ERROR in Error: Please update @angular/cli. Angular 5+ requires at least Angular CLI 1.5+

shootermv avatar Jan 30 '18 06:01 shootermv

I am also getting same problem while running 'npm run build' command.

mrSingh007 avatar Mar 27 '18 14:03 mrSingh007

  1. upgrade @ngtools/webpack to 1.10.2
  2. in webpack.config.js import AngularCompilerPlugin instead of AotPlugin

dmnrmr avatar Apr 30 '18 17:04 dmnrmr