I’m trying to test my pack locally. A few weeks ago it worked perfectly well but now it’s failing with SIGABR
❯ npx coda execute pack.ts HelloWorld
(node:12149) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
dyld[12149]: missing symbol called
fish: Job 1, 'npx coda execute pack.ts HelloW…' terminated by signal SIGABRT (Abort)
Hi @Marcin_Floryan - Hmm, that’s not something I’ve run across before. Did you update your dependencies since then? What version of the Packs SDK are you running?
(node:20471) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:20471) [DEP0128] DeprecationWarning: Invalid 'main' field in 'packs-examples/node_modules/mold-source-map/package.json' of 'mold-source-map.js'. Please either fix that or report it to the module author
dyld[20471]: missing symbol called
fish: Job 1, 'npx coda execute examples/trigo…' terminated by signal SIGABRT (Abort)
Thanks for the extra detail there. Does it work if you pass --vm=false? I’m wondering if the isolated-vm library isn’t compatible with that version of Node on your architecture.