When I try to create a react native project version 0.59.9 I get the following error
error Error: Couldn't find the "/var/folders/zc/h93bvpb573q24_5ynvgkn1wc0000gn/T/rncli-init-template-0YT6FZ/node_modules/react-native/template.config.js file inside "react-native" template. Please make sure the template is valid.
How can I resolve this issue?
The command I used is npx react-native init Awesome --version 0.59.9
How can I resolve this issue, and what could be the cause of it?
Here's a screenshot of the terminal as well
Thanks