Closed
Description
I'm trying to run AVA in watch mode:
npx ava --watch
But I got this error:
file:///Users/aristov/workspace/jste/node_modules/ava/lib/cli.js:525
signal: abortController.signal,
^
TypeError: Cannot read properties of undefined (reading 'signal')
at loadCli (file:///Users/aristov/workspace/jste/node_modules/ava/lib/cli.js:525:28)
Node.js v20.6.1
npx ava
works normally.
This bug is only related to version 6.0.0.