Я пытаюсь запустить ./gradlew clean в своем проекте React Native, использующем React Native 81, но получаю следующую ошибку:
* What went wrong:
A problem occurred evaluating root project 'my_project'.
> Failed to apply plugin 'com.facebook.react.rootproject'.
> A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
> /Users/me/Documents/projects/my_project/my_project/node_modules/react-native/sdks/hermes-engine/version.properties (No such file or directory)
* 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.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.14.3/userguid ... e_warnings in the Gradle documentation.
Подробнее здесь: https://stackoverflow.com/questions/797 ... ner-hermes