Não consigo voltar abrir o projecto do curso passado para dar continuidade, usei os comando que foram instruído e mesmo assim não consigo buildar o projecto, o node abriu e voltou a fechar.
PS C:\Users\OK\Downloads\instalura-react-native-2-ProjetoInicial\instalura-react-native-2-ProjetoInicial> npm install
npm WARN eslint-plugin-react@7.12.4 requires a peer of eslint@^3.0.0 || ^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-plugin-react-native@3.6.0 requires a peer of eslint@^3.17.0 || ^4 || ^5 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
audited 997 packages in 18.326s
found 45123 vulnerabilities (45103 low, 16 moderate, 4 high)
run `npm audit fix` to fix them, or `npm audit` for details
PS C:\Users\OK\Downloads\instalura-react-native-2-ProjetoInicial\instalura-react-native-2-ProjetoInicial> react-native run-android
info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
(node:1340) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
Jetifier found 855 file(s) to forward-jetify. Using 4 workers...
info Starting JS server...
info Installing the app...
Downloading https://services.gradle.org/distributions/gradle-5.4.1-all.zip
..............................................................................................................................
Welcome to Gradle 5.4.1!
Here are the highlights of this release:
- Run builds with JDK12
- New API for Incremental Tasks
- Updates to native projects, including Swift 5 support
For more details see https://docs.gradle.org/5.4.1/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :app:validateSigningDebug FAILED
14 actionable tasks: 14 executed
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:validateSigningDebug'.
> Keystore file 'C:\Users\OK\Downloads\instalura-react-native-2-ProjetoInicial\instalura-react-native-2-ProjetoInicial\android\app\debug.keystore' not found for signing config 'debug'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 12m 34s
error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:validateSigningDebug'.
> Keystore file 'C:\Users\OK\Downloads\instalura-react-native-2-ProjetoInicial\instalura-react-native-2-ProjetoInicial\android\app\debug.keystore' not found for signing config 'debug'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 12m 34s
at checkExecSyncError (child_process.js:616:11)
at execFileSync (child_process.js:634:15)
at runOnAllDevices (C:\Users\OK\Downloads\instalura-react-native-2-ProjetoInicial\instalura-react-native-2-ProjetoInicial\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:74:39)
at buildAndRun (C:\Users\OK\Downloads\instalura-react-native-2-ProjetoInicial\instalura-react-native-2-ProjetoInicial\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\index.js:158:41)
at C:\Users\OK\Downloads\instalura-react-native-2-ProjetoInicial\instalura-react-native-2-ProjetoInicial\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\index.js:125:12
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async Command.handleAction (C:\Users\OK\Downloads\instalura-react-native-2-ProjetoInicial\instalura-react-native-2-ProjetoInicial\node_modules\react-native\node_modules\@react-native-community\cli\build\cliEntry.js:160:7)