cli icon indicating copy to clipboard operation
cli copied to clipboard

autolinkLibrariesFromCommand: process cmd /c npx @react-native-community/cli config exited with error code: 1

Open sarwanand24 opened this issue 1 year ago • 0 comments

Settings file 'D:\Tiofy(All Services)\Tiofy\android\settings.gradle' line: 3 A problem occurred evaluating settings 'android'. > ERROR: autolinkLibrariesFromCommand: process cmd /c npx @react-native-community/cli config exited with error code: 1

Below is my settings.gradle file

pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") } plugins { id("com.facebook.react.settings") } extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() } rootProject.name = 'Tiofy' include ':app' includeBuild('../node_modules/@react-native/gradle-plugin')

sarwanand24 avatar Oct 17 '24 17:10 sarwanand24