Hello,
I have been using TiddlyWiki for a few months now with TiddlyDesktop. I love it but want to move on to having a better multi computer experience. I have been trying to get TiddlyPWA up and running. I have tried in Windows and now I am working with one of my Linux machines. I installed Deno and I have the script arguments with the password hash and salt. I created the /var/db/tiddly directory. I have tried running the creation script as a regular user and as root. I keep getting the error:
error: Uncaught (in promise) NotFound: No such file or directory (os error 2): open ‘/var/db/tiddly/pwa.db’
const file = Deno.openSync(path, { read: true, write, create });
Anyone have suggestions?
Thanks!