Open Andrey-Bushman opened 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.
Failed to compile.
Error in C:\lab\TypeScript-React-Starter\node_modules\@types\react\index.d.ts (77,26): error TS1005: ',' expected.
Yes, I get the same error.
any known solution?
I use next commands:
And I get the error: