diff --git a/projects/angular-cld/samples/photo_album/package.json b/projects/angular-cld/samples/photo_album/package.json index abf39cb2..6c5eaa3a 100644 --- a/projects/angular-cld/samples/photo_album/package.json +++ b/projects/angular-cld/samples/photo_album/package.json @@ -46,5 +46,10 @@ "scripts": { "start": "webpack-dev-server --open", "start:e2e": "webpack-dev-server" + }, + "overrides": { + "@angular/compiler-cli": { + "minimist": "1.2.6" + } } }