microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.09k stars 1.21k forks source link

Your example doesn't work out of the box #256

Open Andrey-Bushman opened 5 years ago

Andrey-Bushman commented 5 years ago

I use next commands:

git clone https://github.com/Microsoft/TypeScript-React-Starter.git
cd ./TypeScript-React-Starter
yarn install
npm run start

And I get the error:

Failed to compile.

Error in C:\lab\TypeScript-React-Starter\node_modules\@types\react\index.d.ts (77,26): error TS1005: ',' expected.

AThiyagarajan commented 5 years ago

Yes, I get the same error.

foolisheep commented 5 years ago

any known solution?