jsdom without canvas 19.0.0
npm install @applitools/jsdomcanvas`` package in it's project dependencies we get a conflict: cypress compiles canvas when the user installs the packages but then uses that native canvas library in the plugin environment (since VGC requires JSDOM and JSDOM requires canvas as well) and so we get a conflict saying that canvas was compiled with wrong node version.
* See this issue: https://github.com/cypress-io/cypress/issues/5785
* Note that by not using canvas JSDOM still works fine just turns canvas tags to div tags (anyway VGC doesn't need the canvas..)