EVerest / everest-core

Apache License 2.0
92 stars 68 forks source link

TypeError: boot_module is not a function #796

Open marco-mariotto opened 1 month ago

marco-mariotto commented 1 month ago

Describe the bug

boot_module(async ({
^

TypeError: boot_module is not a function

JsYetiSimulator/index.js:1227:1)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49

Node.js v20.11.1

EVerest Domain

Simulation

Affected EVerest Module

JsYetiSimulator

To Reproduce

This happens with nodejs version v20.11.1, on Ubuntu 22.04LTS, once the run-sil.sh script is executed. I am using the 2024.6.0 tag.

Anything else?

No response