I just started with ng cli & Angular. Did my first project setup.
The command ng serve
fails to run with below error. Launching the application using http://localhost:4200/
shows empty screen with message Cannot GET /
What does this mean ? How to resolve this problem ?
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.