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

This project run error #184

Open chuyinweilai opened 6 years ago

chuyinweilai commented 6 years ago

I download the project and run 'yarn install'-> 'yarn start'

then, i got a lot of error . image

edd83 commented 6 years ago

@chuyinweilai did you do this step?

npm install -D enzyme @types/enzyme enzyme-adapter-react-16 @types/enzyme-adapter-react-16 react-test-renderer

Working well on my repo if you want to check the difference.

fractalliter commented 6 years ago

I did that but same error everytime

chuyinweilai commented 6 years ago

@edd83 thanks for your help i run npm install -D enzyme @types/enzyme enzyme-adapter-react-16 @types/enzyme-adapter-react-16 react-test-renderer yarn install yarn start then, i got more error... ... I'll build a new project to practise the TypeScript

fractalliter commented 6 years ago

I did it with Typescript and LESS if you want it

NickMaev commented 6 years ago

Hi. You can use React Core Boilerpalte. Its production-ready and works without problems.