如何修复 React Native 中的“找不到模块“.../template.config”错误

Emr*_* D. 6 react-native

我正在尝试使用 React Native 创建一个新应用程序,react-native init MyApp 但出现此错误:

? Downloading template
× Copying template
error Error: Cannot find module 'C:\Users\Emre\AppData\Local\Temp\rncli-init-template-hNGjwo\node_modules\react-native\template.config'
Run Code Online (Sandbox Code Playgroud)

我试过的:

npm install -g react-native-cli

然后

react-native init MyApp

我需要做什么来解决这个问题?

Emr*_* D. 2

yarn global add @react-native-community/cli@2.0.0-rc.2然后react-native init MyApp为我工作