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
thanks the answer of zmag and Rahul Sharma, it works! @zmag @Rahul Sharma
"rxjs": "5.4.1",
"typescript": "~2.4.0"
my problem is as follow:
typings/globals/core-js/index.d.ts:3:14 - error TS2300: Duplicate identifier
Make changes as.
GO to Package.json file and modify the below configuration
"rxjs": "5.4.1",
"typescript": "~2.4.0"