I extracted sample template code from this tutorial and did below two steps to get started -
npm install // worked fine and created node_modules folder
Please change the following line of Subject.d.ts file:
Subject.d.ts
lift(operator: Operator): Observable;
to:
The return type should probably be Observable rather than Observable
Observable