Anurag Hazra
Anurag Hazra
Nothing
Nothing
This is happening since wdio-testing-lib defines it's own wdio-types which seem to be outdated with v8 i think. I did this workaround ```ts // global.d.ts import type { WebdriverIOQueries }...
Not necessarily live-server, but you need a server/localserver to do AJAX requests.. otherwise it will throw. It is easy to work with live-server, but there are other alternatives too, like...
The actual back command is **BK** not **BD**.
> set CPPFLAGS=-DPNG_ARM_NEON_OPT=0 before running yarn/nom. This will disable those NEON processor optimizations when compiling the included libPNG from source. Nice this worked. Ran ```sh CPPFLAGS=-DPNG_ARM_NEON_OPT=0 yarn ```