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

TypeError: arrangeData is not a function when using Node v23 #1001

Open
cosmopetrich opened this issue Oct 29, 2024 · 0 comments
Open

TypeError: arrangeData is not a function when using Node v23 #1001

cosmopetrich opened this issue Oct 29, 2024 · 0 comments

Comments

@cosmopetrich
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant