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
GO to Package.json file and modify the below configuration
... "rxjs": "5.4.1", "typescript": "~2.4.0" ...
It will work