Struggling to build my project, I keep encountering the error message shown in the screenshot below. Included is my package.json file with all the dependencies currently being used.
I've been stuck with this issue for a few days now and none of the solutions I found so far have worked.
"dependencies": {
"@angular/animations": "^6.0.5",
…
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.6.8",
…
}