Use Quokka with Vite and NodeJS 19?

I am trying to use the Quokka VSCode extension in a vite app and I keep getting the following error.

​​​​​Quokka PRO ‘App.jsx’ (node: v19.6.0)​​​​   Only URLs with a
scheme in: file and data are supported by the default ESM loader. On
Windows, absolute paths must be valid file:// URLs. Received protocol
‘d:’

I am running Quokkajs start on current file on my app.jsx file but no luck. It works on .js files and it works in create-react-app.

I am not really sure what is going on. On Quokka’s website it says to use with vite you need to install the node-vite package so I did. But no luck. Does anyone know what is going on here?