Tentei executar o comando npx react-native start e da o erro abaixo. Executei o npm start -- --reset-cache, e da erro também.
Infos importantes
- Node.js v20.10.0.
- openjdk 11.0.21 2023-10-17
- OpenJDK Runtime Environment Temurin-11.0.21+9 (build 11.0.21+9)
- OpenJDK 64-Bit Server VM Temurin-11.0.21+9 (build 11.0.21+9, mixed mode)
- Chocolatey v2.2.2
C:\Alura\React-Native\orgsHooks>npx react-native start
#######
################
######### #########
######### ##########
######### ###### #########
##########################################
##### ##################### #####
##### ############## #####
##### ### ###### ### #####
##### ####### ####### #####
##### ########### ########### #####
##### ########################## #####
##### ########################## #####
##### ###################### ######
###### ############# #######
######### #### #########
######### #########
######### #########
#########
Welcome to Metro!
Fast - Scalable - Integrated
To reload the app press "r" To open developer menu press "d"
Failed to construct transformer: Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:68:19) at Object.createHash (node:crypto:138:10) at stableHash (C:\Alura\React-Native\orgsHooks\node_modules\metro-cache\src\stableHash.js:19:8) at Object.getCacheKey (C:\Alura\React-Native\orgsHooks\node_modules\metro-transform-worker\src\index.js:593:7) at getTransformCacheKey (C:\Alura\React-Native\orgsHooks\node_modules\metro\src\DeltaBundler\getTransformCacheKey.js:24:19) at new Transformer (C:\Alura\React-Native\orgsHooks\node_modules\metro\src\DeltaBundler\Transformer.js:48:9) at C:\Alura\React-Native\orgsHooks\node_modules\metro\src\Bundler.js:22:29 { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }