BasiGX is an ExtJS package used to create modern GIS-Applications based on ExtJS 6, GeoExt 4 and OpenLayers 6.5.0. It consists of multiple components that helps the developer to put together a customized app quickly.
If karma-chrome-launcher gets installed with node > 12, it does not work. That means npm test fails because it cannot connect to the browser. If it is however installed with node <= 12, it does work, even if the npm test command was called with node > 12.
I added node <= 12 to the package.json engines field.
If
karma-chrome-launcher
gets installed with node > 12, it does not work. That meansnpm test
fails because it cannot connect to the browser. If it is however installed with node <= 12, it does work, even if thenpm test
command was called with node > 12.I added
node <= 12
to the package.json engines field.