limited-refrigerator-50812
03/27/2023, 3:59 PM./gradlew quickstartDebug --stacktrace -x yarnTest -x yarnLint I get an error that I don't know how to deal with. Including the the error message(s) below. Any idea how I can find out what I did wrong?
> Task :datahub-web-react:yarnGenerateyarn run v1.22.0
$ graphql-codegen --config codegen.yml0s]
(node:4132) ExperimentalWarning: stream/web is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
[15:13:03] Parse configuration [started]]
[15:13:03] Parse configuration [completed]
[15:13:03] Generate outputs [started]
[15:13:03] Generate src/types.generated.ts [started]
[15:13:03] Generate to src/ (using EXPERIMENTAL preset "near-operation-file") [started]
[15:13:03] Load GraphQL schemas [started]
[15:13:03] Load GraphQL schemas [started]
[15:13:03] Load GraphQL schemas [failed]
[15:13:03] → Failed to load schema
[15:13:03] Generate to src/ (using EXPERIMENTAL preset "near-operation-file") [failed]
[15:13:03] → Failed to load schema
[15:13:03] Load GraphQL schemas [failed]
[15:13:03] → Failed to load schema
[15:13:03] Generate src/types.generated.ts [failed]
[15:13:03] → Failed to load schema
[15:13:03] Generate outputs [failed]
Something went wrong
error Command failed with exit code 1.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
> :datahub-web-react:yarnGenerate
> Task :datahub-web-react:yarnGenerate FAILED
> :datahub-web-react:yarnGenerate
FAILURE: Build failed with an exception.]
* What went wrong:
Execution failed for task ':datahub-web-react:yarnGenerate'.
> Process 'command '/mnt/c/Users/dries528/Documents/Code/datahub_fresh/datahub/datahub-web-react/.gradle/yarn/yarn-v1.22.0/bin/yarn'' finished with non-zero exit value 1
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.cuddly-butcher-39945
03/29/2023, 3:59 AMcuddly-butcher-39945
03/29/2023, 4:00 PMcuddly-butcher-39945
03/29/2023, 4:00 PMlimited-refrigerator-50812
03/30/2023, 11:27 AMastonishing-answer-96712
04/03/2023, 7:13 PM