I get the following error when running the server tests for my package "koru"
server err:
#
# Fatal error in , line 0
# archived threads in combination with wasm not supported
#
#
#
#FailureMessage Object: 0x7f1f90c8b760
This error has never occurred on any previous version of node.
To run the tests you need to have postgres and libpq-dev installed and have superuser access to postgres (sudo -u postgres createuser -drs $USER).
git clone https://github.com/jacott/koru.git
cd koru
npm i
createdb korutest
npm t -- --nodoc -s
The fatal error does not occur on any particular test as far as I can tell.