Hi folks, I am trying to build the Datahub repo b...
# troubleshoot
i
Hi folks, I am trying to build the Datahub repo by following the instructions found on the Datahub website. Command i have executed:
Copy code
./gradlew build
Getting the following error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task 'datahub web reactyarnGenerate'.
Process 'command '/home/Documents/Repositories/datahub/datahub-web-react/.gradle/yarn/yarn-v1.22.0/bin/yarn'' finished with non-zero exit value 1
So far I have tried clearing the yarn cache but still getting the same error. I would really appreciate it if someone can assist. Thanks!
More details on the error
a
Hi, have you run the install first, and have you modified the files in the repo at all?
i
I have not modified any files. When you say install what step are you referring to in this guide https://datahubproject.io/docs/developers/
Thanks!