Possible BUG with Github OAuth2 & API tokens - wanting to import workflows back

Not sure what changed but we started instead to recieve the error:

invalid (Cannot read properties of undefined (reading 'length'))]

Now we are consistantly recieving:

ERROR: Command failed: import:workflow --separate --input=C:\Users\User\AppData\Local\Programs\n8n\import\ The filename, directory name, or volume label syntax is incorrect.

We’ve tried chaining commands together to first get into that directory but after many hours of research and attempts, we are no closer.

We then discovered this help doc which states a different command that must point to the absolute path so we have tried:

"C:\VTRoot\HarddiskVolume3\Users\User\AppData\Local\Programs\n8n\resources\app\node_modules\n8n\bin\n8n.cmd" export:workflow --all

and…

"C:\Users\User\AppData\Local\Programs\n8n\resources\app\node_modules\n8n\bin\n8n.cmd" export:workflow --all

Despite the sucess of another user, both of those commands produce the error:

ERROR: Command failed: "C:\Users\User\AppData\Local\Programs\n8n\resources\app\node_modules\n8n\bin\n8n.cmd" export:workflow --all 'node' is not recognized as an internal or external command, operable program or batch file.

There must be some way to be able to import/export from a local host (on Windows at the moment.)

Thanks if anyone has any tips.