Got this message : Property 'alert' does not exist on type 'typeof import("wix-window")'

I got that message:
Property ‘alert’ does not exist on type ‘typeof import(“wix-window”)’

no idea why…

Are you able to share the code? It’s difficult to say without it.

That said, I imagine you’re trying to do something that isn’t available with the wix-window module

Alert is available for the “import { appFramework } from “wix-mobile”;”

May you explain what you want to achieve using code?