Running "jasmine:tests" (jasmine) task
Testing Jasmine specs via PhantomJS
PhantomJS threw an error:ERROR
>> Auto configuration failed 0 [
>> 'Auto configuration failed',
>> '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>> '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>> '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>> '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
>> 134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory 1 [
>> 'Auto configuration failed',
>> '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>> '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>> '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>> '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
>> 134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244: 2 [
>> 'Auto configuration failed',
>> '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>> '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>> '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>> '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
>> 134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers 3 [
>> 'Auto configuration failed',
>> '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>> '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>> '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>> '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
>> 134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers 4 [
>> 'Auto configuration failed',
>> '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>> '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>> '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>> '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
I tried running the tests with
grunt test. I have two nodejs installations (16 and 20) and I get the same issue with both of them:As you can see it seems to be missing the
libproviders.solibrary. I searched and this feels like it's related.