You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npx create-gatsby@latest -y my-gatsby on Github Workflow, got following error
TypeError: Xi.cursorTo is not a function
at Timeout._onTimeout (/home/runner/.npm/_npx/fe8a8be88628f971/node_modules/create-gatsby/lib/index.js:5:854)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
TypeError: Xi.cursorTo is not a function
at Timeout._onTimeout (/home/runner/.npm/_npx/fe8a8be88628f971/node_modules/create-gatsby/lib/index.js:5:854)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
Environment
Operating System
Ubuntu
22.04.2
LTS
Runner Image
Image: ubuntu-22.04
Version: 20230402.1
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230402.1/images/linux/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230402.1
Node.js v18.15.0
Config Flags
No response
The text was updated successfully, but these errors were encountered:
Reading nodejs/node-v0.x-archive#6933 it seems that this is only available in TTY streams though. And according to actions/runner#241 GitHub actions has problems with that (and only workarounds). So I'd also try these.
Please make sure that you run create-gatsby in the right environment and let us know if you need any more guidance. Thanks!
@LekoArts#35426 (comment) doesn't work as you can see in the original issue. --no-color is for gatsby build, but the issue is from create-gatsby. Also, adding GATSBY_LOGGER=yurnalist before create-gatsby doesn't work either.
The issue is still not resolved. Please do not close it.
Preliminary Checks
Description
When running
npx create-gatsby@latest -y my-gatsby
on Github Workflow, got following errorSame as #35426
Reproduction Link
https://github.com/0618/amplify-ui/actions/runs/4634161974/jobs/8200091938
Steps to Reproduce
npx create-gatsby@latest -y my-gatsby
Expected Result
Shouldn't crash
Actual Result
See error
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: