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
I found same problem and I solved it by using "rxjs": "5.4.1", "typescript": "~2.4.0" and adding "noStrictGenericChecks": true into tsconfig.json.