I can’t create TypeScript template from create-react-app
I have tried to generate a react app integrated with type script from the following command. npx create-react-app my-app –template typescript And I got the following error in the terminal Installing template dependencies using npm… npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: <a href="https://getridbug.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c0adb9eda1b0b080f0eef1eef0">[email protected]</a> npm ERR! … Read more