Having difficulty starting my Angular 6 app due to this specific error. Is there a solution available?
ERROR in node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected.
node_modules/rxjs/internal/types.d.ts(81,74): error TS1005: ';' expected.
node_modules/rxjs/internal/types.d.ts(81,77): error TS1109: Expression expected.
I've made various attempts to resolve this issue, including installing different versions of Node and RxJS, but so far no success.