I was trying to follow this guide:
How can I use create-react-app for React version 16.x.x with TypeScript?
To install React 16.13.1, which I believe I need react-scripts. 3.4.3 with like so:
npx create-react-app <project-name> --scripts-version 3.4.3
but the installation stops with the error: Error: Cannot find module 'cra-template'
I am not sure why this is happening or how to resolve it, the goal here is to successfully install React and ReactDOM 16.13.1