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 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.