ERROR:
Uh-oh! Looks like there's an issue in the node_modules directory. The error message reads: ERROR in node_modules/@angular/platform-browser-dynamic/platform-browser-dynamic.d.ts(15,10): error TS2305: Module '"node_modules/@angular/compiler/compiler"' has no exported member 'JitEvaluator'.
Here is a snippet from my package.json:
{
// List of dependencies and devDependencies goes here
}
Does anyone have any suggestions on how to resolve this particular error?