我正在尝试使用 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
我需要做什么来解决这个问题?
react-native ×1