Hi, guys! I'm kinda new to react native, and I've ...
# community-support
v
Hi, guys! I'm kinda new to react native, and I've been getting an error when trying to run my first project, and I really don't know what to do anymore, been looking for a solution for the last two days. Can anyone help me? I'm using Windows and this is the error message: FAILURE: Build failed with an exception. * Where: Script 'C:\Users\MyUser\ProjetoRN\MyAwesomeProject\node_modules\@react-native-community\cli-platform-android\native_modules.gradle' line: 401 * What went wrong: A problem occurred evaluating script.
Process 'command 'node'' finished with non-zero exit value 1
v
That's not a Gradle question. Your build is calling
node
. This fails with exit code 1 for some reason that is probably mentioned above what you showed. Also as it is coming from one of the dependencies you might ask that dependency's maintainer what is wrong, or at least in an according community.
v
Oh, ok. Thanks and sorry for sending it in the wrong community!
v
Don't worry :-)