Я установил что-нибудь для виртуального эмулятора Android, и он работает в Android Studio, но в терминале, когда я хочу подключить свой реактивный проект к этому эмулятору, я получаю журналы ниже.я ввожу yarn run android
в терминал.
ReferenceError: regeneratorRuntime is not defined
at getCliConfig (C:\Users\mycomputername\project1\node_modules\react-native\local-cli\core\index.js:128:64)
at Object.<anonymous> (C:\Users\mycomputername\project1\node_modules\react-native\local-cli\core\index.js:181:30)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Module._compile (C:\Users\mycomputername\project1\node_modules\pirates\lib\index.js:83:24)
at Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Object.newLoader [as .js] (C:\Users\mycomputername\project1\node_modules\pirates\lib\index.js:88:7)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
спасибо за прочтение и, возможно, ответ на эту проблему.