create-react-app
is deprecated and has old typescript compatibility
#189
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
When I use the command to init the project
it results in npm failing to resolve dependencies without the
--force
flag.Describe the solution you'd like
Maybe something like Vite. It can be a possible solution. Not sure if a new repo should be spun up for that.
Describe alternatives you've considered
Manually downgrade
typescript
thennpm run eject
to get normal js files. Then upgrade typescript.The text was updated successfully, but these errors were encountered: