Create-react-app: appTsConfig.compilerOptions[option] = value <------- Error after install typescript react project when i npm start please help

Created on 20 Nov 2020  路  7Comments  路  Source: facebook/create-react-app

I did use npx create-react-app my-app --template typescript to create react typescript project
then i npm start it show the error appTsConfig.compilerOptions[option] = value
I have tried alot of times to create new one but its showing same error

needs triage

Most helpful comment

the same thing happened to me someone can help me please? thanks
Captura de pantalla_2020-11-20_11-17-58

All 7 comments

Issue has already been opened for this see below: -

https://github.com/facebook/create-react-app/issues/10110

I too am not seeing the same issue, looks to the same issue raised 28 days ago which has been closed, guess its not been pushed out yet.

please tell a solution

same problem here, yesterday i created other project and worked fine... today is presenting the same error described above

as a stop gap, i followed this, but ideally it needs to be fixed as source.

https://github.com/facebook/create-react-app/issues/9868#issuecomment-723576740

the same thing happened to me someone can help me please? thanks
Captura de pantalla_2020-11-20_11-17-58

This should be a decent work around until it gets fixed. On your package.json file, replace the start script with

"start": "rm -rf tsconfig.json && react-scripts start"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

JimmyLv picture JimmyLv  路  3Comments

jnachtigall picture jnachtigall  路  3Comments

alleroux picture alleroux  路  3Comments

adrice727 picture adrice727  路  3Comments

rdamian3 picture rdamian3  路  3Comments