kriasoft/graphql-starter-kit

Nightly build fails

andrewstec opened this issue · 0 comments

The nightly build is failing. I attempted to yarn install on my Mac, and it still worked. I tested this on my Ubuntu machine and it failed. The linux dependencies are not aligning on the install on Linux machines.

image

Since the Github Actions nightly.yaml file uses Ubuntu, this is likely why it is failing in the nightly run.

image

I re-created the issue on my local Linux machine here:

ubuntu@gothboots:~/relay-starter-kit$ yarn
➤ YN0065: Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry
➤ YN0065: Run yarn config set --home enableTelemetry 0 to disable

➤ YN0000: ┌ Resolution step
a➤ YN0002: │ @endemolshinegroup/cosmiconfig-typescript-loader@npm:3.0.2 [f3640] doesn't provide typescript (p07f79), requested by ts-node
➤ YN0002: │ @types/webpack-dev-server@npm:4.7.2 doesn't provide webpack (p8da21), requested by webpack-dev-server
➤ YN0002: │ app@workspace:. doesn't provide graphql (pf8a9e), requested by graphql-config
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 500ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ yargs@npm:17.5.1 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ yn@npm:3.1.1 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ yocto-queue@npm:0.1.0 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ youch@npm:2.2.2 can't be found in the cache and will be fetched from the remote registry
➤ YN0013: │ zx@npm:6.2.2 can't be found in the cache and will be fetched from the remote registry
➤ YN0000: └ Completed in 50s 430ms
➤ YN0000: ┌ Link step
➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental
➤ YN0007: │ app@workspace:. must be built because it never has been before or the last one failed
➤ YN0007: │ core-js@npm:3.22.5 must be built because it never has been before or the last one failed
➤ YN0007: │ core-js-pure@npm:3.22.5 must be built because it never has been before or the last one failed
➤ YN0007: │ argon2@npm:0.28.5 must be built because it never has been before or the last one failed
➤ YN0007: │ esbuild@npm:0.14.34 must be built because it never has been before or the last one failed
➤ YN0009: │ app@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-d05e955a/build.log)
➤ YN0009: │ esbuild@npm:0.14.34 couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-a59ec998/build.log)
➤ YN0009: │ argon2@npm:0.28.5 couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-a6be60d9/build.log)
➤ YN0000: └ Completed in 6s 330ms
➤ YN0000: Failed with errors in 57s 872ms