anvilco/spectaql

TypeError: arrangeData is not a function when using Node v23

Opened this issue · 0 comments

When using NodeJS v23.1.0 or v23.0.0, spectaql 3.0.2 will fail with TypeError: arrangeData is not a function even with a minimal config such as the example included in this repository.

$ node --version
v23.1.0
$ spectaql --config examples/config.yml 
TypeError: arrangeData is not a function
    at run (/usr/local/share/nvm/versions/node/v23.1.0/lib/node_modules/spectaql/dist/spectaql/index.js:105:17)
    at async run (/usr/local/share/nvm/versions/node/v23.1.0/lib/node_modules/spectaql/dist/index.js:339:59)

The same config seems to work fine when using LTS.

$ node --version
v22.10.0
$ spectaql --config examples/config.yml 
[...]
All tasks complete