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
An admitted band-aid approach is to add the following to your tsconfig.json file until the RxJS folks decide what they want to do about the error when using TypeScript 2.4.1 :
"compilerOptions": { "skipLibCheck": true, }