Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade engines for cli to 18.18.0, resolves error for missing addAbortListener #2431

Open
josefaidt opened this issue Jan 17, 2025 · 1 comment
Labels
bug Something isn't working sandbox Related to the sandbox experience

Comments

@josefaidt
Copy link
Contributor

Environment information

n/a

Describe the bug

if you run ampx sandbox on node 18.16 or 18.17 you'll experience an error that node:events doesn't have addAbortListener (required from execa). this function was added in 18.18 https://nodejs.org/docs/latest-v18.x/api/events.html#eventsaddabortlistenersignal-resource

https://github.com/aws-amplify/amplify-backend/blob/main/packages/cli/package.json#L25

Reproduction steps

see above

@josefaidt josefaidt added the pending-triage Incoming issues that need categorization label Jan 17, 2025
@ykethan
Copy link
Member

ykethan commented Jan 17, 2025

Marking as bug for further investigation.

@ykethan ykethan added bug Something isn't working sandbox Related to the sandbox experience and removed pending-triage Incoming issues that need categorization labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sandbox Related to the sandbox experience
Projects
None yet
Development

No branches or pull requests

2 participants