Skip to content

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

@cosmopetrich

Description

@cosmopetrich

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions