I am trying to run it on Replit and I can only do it once which is not the expected result.
I can run the “yarn dev” command that runs the server in shell, that’s good, but does not show the code in the Webview window, so I have no idea where it is running.
But I can not Run the Replit itself.
I either get “Error: Tina Dev server is already in use” if it already started in in shell.
Or I get "error An unexpected error occurred: “Unknown system error -122: Unknown system error -122, mkdir ‘/tmp/yarn–1698503705770-0.4535690485545629’”.
When you run yarn dev in the shell, it starts the repl in a way that replit doesn’t know about. Tina Dev server is already in use indicates that the server is already running, so stop the yarn dev process in the shell and then press Run.
Well, yes.
Except to run yarn dev in the shell is the only way to run it.
Just pressing Run gives this: “Unknown system error -122: Unknown system error -122, mkdir ‘/tmp/yarn–1698503705770-0.4535690485545629’”.