We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
addAbortListener
n/a
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
ampx sandbox
node:events
https://github.com/aws-amplify/amplify-backend/blob/main/packages/cli/package.json#L25
see above
The text was updated successfully, but these errors were encountered:
Marking as bug for further investigation.
Sorry, something went wrong.
No branches or pull requests
Environment information
Describe the bug
if you run
ampx sandbox
on node 18.16 or 18.17 you'll experience an error thatnode:events
doesn't haveaddAbortListener
(required from execa). this function was added in 18.18 https://nodejs.org/docs/latest-v18.x/api/events.html#eventsaddabortlistenersignal-resourcehttps://github.com/aws-amplify/amplify-backend/blob/main/packages/cli/package.json#L25
Reproduction steps
see above
The text was updated successfully, but these errors were encountered: