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
Keep the noStrictGeneric option true in tsconfig.config file
{ "compilerOptions": { "noStrictGenericChecks": true } }