Is your feature request related to a problem? Please describe.
When I use the command to init the project
npx create-react-app my-app --template overwolf-typescript-redux
it results in npm failing to resolve dependencies without the --force flag.
npm ERR! Override for typescript@^5.4.5 conflicts with direct dependency
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 then npm run eject to get normal js files. Then upgrade typescript.
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
--forceflag.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
typescriptthennpm run ejectto get normal js files. Then upgrade typescript.