Добрый день / Добрый день! Я только что кое-как исправил проблему с запуском экспозиции, но теперь я хочу создать приложение из этого исходного кода, используя gradlew assembleRelease
, после ввода команды я получаю эту ошибку:
:ReactNative:Unexpected empty result of running '[node, C:\Users\Mathew\Desktop\wallet-master\node_modules\@react-native-community\cli\build\bin.js, config]' command.
:ReactNative:Running '[node, C:\Users\Mathew\Desktop\wallet-master\node_modules\@react-native-community\cli\build\bin.js, config]' command failed.
FAILURE: Build failed with an exception.
* Where:
Script 'C:\Users\Mathew\Desktop\wallet-master\node_modules\@react-native-community\cli-platform-android\native_modules.gradle' line: 195
* What went wrong:
A problem occurred evaluating script.
> internal/modules/cjs/loader.js:1032 throw err; ^Error: Cannot find module 'C:\Users\Mathew\Desktop\wallet-master\node_modules\@react-native-community\cli\build\bin.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1029:15) at Function.Module._load (internal/modules/cjs/loader.js:898:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []}```
I"m out of ideas what is wrong and what module is missing (not found ) :/