javascriptnode.jsreactjsreact-nativenpm

Error: couldn't find template.config.js when creating a React Native project version 0.59.9


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

enter image description here

Thanks


Solution

  • You can try to use a template from another version

    npx react-native init Awesome --version 0.59.9 --template=react-native@0.60.0-rc.1