-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
When org.gradle.configuration-cache is set to true in gradle.properties, builds fail due to react-native-nitro-sqlite executing NodeJS code to get the contents of the react-native package.json file.
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\WebstormProjects\FOX\node_modules\react-native-nitro-sqlite\android\build.gradle' line: 61
* What went wrong:
Configuration cache problems found in this build.
1 problem was found storing the configuration cache.
- Build file '..\node_modules\react-native-nitro-sqlite\android\build.gradle': line 61: external process started 'node --print require.resolve('react-native/package.json')'
See https://docs.gradle.org/9.0.0/userguide/configuration_cache_requirements.html#config_cache:requirements:external_processes
See the complete report at file:///D:/WebstormProjects/FOX/android/build/reports/configuration-cache/9fvn5smucgpiq2rrlzzb5wc72/43utdihyq22dc050e5qm7ci8t/configuration-cache-report.html
> Starting an external process 'node --print require.resolve('react-native/package.json')' during configuration time is unsupported.
Metadata
Metadata
Assignees
Labels
No labels