When i cd to calculator\node_modules\react-native\template\android and i try to run the command ./gradlew signingReport,i get this error. This does happen becouse the path that is automatically set by react native is the wrong one, the right one should be enter code here.
The right one should be C:\Users\Name\Desktop\Cose\Progettini\React\calculator\node_modules\react-native\node_modules\@react-native-community\cli-platform-android. So it should go back from template no inside.
Why does this happen?
If i hardcode the "right" path inside settings.gradle it works, but i don't think this is the right way, any help?